Enum HandMenu.MenuHandedness
Enum determining which hand the hand menu will follow.
Namespace: UnityEngine.XR.Interaction.Toolkit.UI.BodyUI
Assembly: Unity.XR.Interaction.Toolkit.dll
Syntax
public enum HandMenu.MenuHandedness
Fields
Name | Description |
---|---|
Either | Make the menu follow either hand, choosing the first hand that satisfies requirements. |
Left | Make the menu follow the left hand. |
None | Make the menu not follow either hand. Effectively disables the hand menu. |
Right | Make the menu follow the right hand. |