Click or drag to resize

ReInputControllerHelperGetControllerT Method (Int32)

Gets a controller of type by id.

Namespace:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public T GetController<T>(
	int controllerId
)
where T : Controller

Parameters

controllerId
Type: SystemInt32
The controller id

Type Parameters

T
Type of Controller

Return Value

Type: T
A controller of type T
See Also