Enum XRInputModalityManager.InputMode
The mode of an individual hand.
Namespace: UnityEngine.XR.Interaction.Toolkit.Inputs
Assembly: Unity.XR.Interaction.Toolkit.dll
Syntax
public enum XRInputModalityManager.InputMode
Fields
Name | Description |
---|---|
MotionController | The user is using a motion controller for their hand input. Swap to the Motion Controllers GameObject for the hand. |
None | Neither mode. This is also the mode when waiting for the motion controller to be tracked. Toggle off both sets of GameObjects. |
TrackedHand | The user is using hand tracking for their hand input. Swap to the Hand Tracking GameObject for the hand. |