Interface: HandMenuOptions
Defined in: packages/webxr-uiextensions/src/core/hand-menu.ts:39
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
anchor | HandMenuAnchor | - | packages/webxr-uiextensions/src/core/hand-menu.ts:42 |
anchorDistance | number | Distance from the palm to the anchor point (meters). | packages/webxr-uiextensions/src/core/hand-menu.ts:44 |
hand | Hand | "either" | Which hand carries the menu; either shows on whichever palm is raised. | packages/webxr-uiextensions/src/core/hand-menu.ts:41 |
offset | Vec3Tuple | Extra hand-local offset added after the anchor (meters). | packages/webxr-uiextensions/src/core/hand-menu.ts:46 |
palmAngle | number | Largest angle, in degrees, between the palm normal and the viewer for the gate to open. | packages/webxr-uiextensions/src/core/hand-menu.ts:50 |
palmGate | boolean | Show only while the palm faces the viewer. Off means always shown while tracked. | packages/webxr-uiextensions/src/core/hand-menu.ts:48 |