Enum InteractorHandedness
Represents which hand or controller the interactor is associated with.
Namespace: UnityEngine.XR.Interaction.Toolkit.Interactors
Assembly: Unity.XR.Interaction.Toolkit.dll
Syntax
[MovedFrom("UnityEngine.XR.Interaction.Toolkit")]
public enum InteractorHandedness
Fields
Name | Description |
---|---|
Left | The interactor is associated with the left hand or controller. |
None | The interactor is not associated with a hand or controller. The gaze interactor is an example of this. |
Right | The interactor is associated with the right hand or controller. |