WebIDLpedia

XRHand interface

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);
};

Methods and attributes that return objects implementing XRHand

Referring IDL interfaces/dictionaries