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