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+fd80194fe28f6b408ce098e98c53850d307c3a32
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