WebIDLpedia

XRBody interface

Definition

WebXR Body Tracking Module - Level 1 defines XRBody



[Exposed=Window]
interface XRBody {
    iterable<XRBodyJoint, XRBodySpace>;

    readonly attribute unsigned long size;
    XRBodySpace get(XRBodyJoint key);
};

Methods and attributes that return objects implementing XRBody

Referring IDL interfaces/dictionaries