Definition
WebXR Hand Input Module - Level 1 defines XRHand
[Exposed=Window]
interface XRHand {
iterable<XRHandJoint, XRJointSpace>;
readonly attribute unsigned long size;
XRJointSpace get(XRHandJoint key);
};
XRHand
interfaceWebXR Hand Input Module - Level 1 defines XRHand
[Exposed=Window]
interface XRHand {
iterable<XRHandJoint, XRJointSpace>;
readonly attribute unsigned long size;
XRJointSpace get(XRHandJoint key);
};
XRHand