ReInputControllerHelperRemoveControllerFromAllPlayers(ControllerType, Int32, Boolean) Method |
De-assigns the specified controller from all players.
Namespace: RewiredAssembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void RemoveControllerFromAllPlayers(
ControllerType controllerType,
int controllerId,
bool includeSystemPlayer = true
)
Parameters
- controllerType ControllerType
- Tyoe of the controller
- controllerId Int32
- Id of the controller
- includeSystemPlayer Boolean (Optional)
- Do we de-assign from the System player also?
See Also