ReInputControllerHelperIsControllerAssignedToPlayer Method |
Is the specified controller assigned to the specified player?
Namespace: RewiredAssembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
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