ReInputControllerHelperIsControllerAssignedToPlayer Method |
Is the specified controller assigned to the specified player?
Namespace: RewiredAssembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0+fd80194fe28f6b408ce098e98c53850d307c3a32
Syntaxpublic bool IsControllerAssignedToPlayer(
ControllerType controllerType,
int controllerId,
int playerId
)
Parameters
- controllerType ControllerType
- Type of controller
- controllerId Int32
- Id of the controller
- playerId Int32
- Id of the player
Return Value
BooleanBoolean determining whether this controller is assigned to the player
See Also