ReInputControllerHelperGetControllerT(Int32) Method |
Gets a controller of type by id.
Namespace: RewiredAssembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic T GetController<T>(
int controllerId
)
where T : Controller
Parameters
- controllerId Int32
- The controller id
Type Parameters
- T
- Type of Controller
Return Value
TA controller of type T
See Also