Click or drag to resize

GCControllerInputControllerAssignmentRemoveNativePlayerIndex Method

Removes the Player association for the local XUser id.

Namespace:  Rewired.Platforms.Apple.GameController
Assembly:  Rewired_OSX (in Rewired_OSX.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static void RemoveNativePlayerIndex(
	GCControllerPlayerIndex nativePlayerIndex
)

Parameters

nativePlayerIndex
Type: Rewired.Platforms.Apple.GameControllerGCControllerPlayerIndex
Native GCController player index. This corresponds to XUserLocalId.
See Also