Definition
WebXR Layers API Level 1 defines XRCylinderLayer
[Exposed=Window] interface XRCylinderLayer : XRCompositionLayer {
attribute XRSpace space;
attribute XRRigidTransform transform;
attribute float radius;
attribute float centralAngle;
attribute float aspectRatio;
// Events
attribute EventHandler onredraw;
};
Methods and attributes that return objects implementing XRCylinderLayer
Referring IDL interfaces/dictionaries
Referring specifications
- WebXR/WebGPU Binding Module - Level 1 refers to
XRCylinderLayer