Type Alias: HandPoses
type HandPoses = Partial<Record<Hand, PoseTuple>>;
Defined in: packages/webxr-uiextensions/src/core/hand-menu.ts:72
This frame's tracked hands; a hand that is not tracked is absent.
type HandPoses = Partial<Record<Hand, PoseTuple>>;
Defined in: packages/webxr-uiextensions/src/core/hand-menu.ts:72
This frame's tracked hands; a hand that is not tracked is absent.