GCControllerInputControllerAssignment Class |
Namespace: Rewired.Platforms.Apple.GameController
public static class ControllerAssignment
The GCControllerInputControllerAssignment type exposes the following members.
Name | Description | |
---|---|---|
assignJoysticksByNativePlayerIndex |
If enabled, Joysticks will be assigned based on the GCController player index associated with the controller to a specific Rewired Player.
The GCController player index to Rewired Player associations must be set up using the other functions in this class before they will have any effect.
|
Name | Description | |
---|---|---|
ClearNativePlayerIndices |
Clears all native GCController player index to Player associations.
| |
ContainsNativePlayerIndex |
Determines if there is a Player association with the native GCController player index.
| |
GetNativePlayerIndicesForPlayer(Int32, ListGCControllerPlayerIndex) |
Get the native GCController player indices associated with the Rewired Player.
| |
GetNativePlayerIndicesForPlayer(Player, ListGCControllerPlayerIndex) |
Get the native GCController player index associated with the Rewired Player.
| |
GetPlayerForNativePlayerIndex |
Gets the Rewired Player associated with the native GCController player index.
| |
GetPlayerIdForNativePlayerIndex |
Gets the Rewired Player id associated with the native GCController player index.
| |
RemoveNativePlayerIndex |
Removes the Player association for the local XUser id.
| |
SetPlayerForNativePlayerIndex(GCControllerPlayerIndex, Player) |
Sets the native GCController player index associated with the Rewired Player.
| |
SetPlayerForNativePlayerIndex(GCControllerPlayerIndex, Int32) |
Sets the native GCController player index associated with the Rewired Player.
|