ReInputControllerHelperGetControllerT(Int32) Method |
Gets a controller of type by id.
Namespace: RewiredAssembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0+fd80194fe28f6b408ce098e98c53850d307c3a32
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