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 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:
TA controller of type T
See Also