Interface: HandMenuPlacement
Defined in: packages/webxr-uiextensions/src/core/hand-menu.ts:75
What the adapter applies this frame.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
hand | Hand | undefined | The hand the menu is riding, or undefined when none qualifies. | packages/webxr-uiextensions/src/core/hand-menu.ts:77 |
pose | PoseTuple | undefined | World pose to apply while visible; kept at the last hand while hidden. | packages/webxr-uiextensions/src/core/hand-menu.ts:81 |
visible | boolean | Whether the menu should be shown (and hittable) this frame. | packages/webxr-uiextensions/src/core/hand-menu.ts:79 |