Interface XRPlane

    interface XRPlane {
        lastChangedTime: number;
        orientation: XRPlaneOrientation;
        planeSpace: XRSpace;
        polygon: DOMPointReadOnly[];
        semanticLabel?: string;
    }

    Properties

    lastChangedTime: number
    orientation: XRPlaneOrientation
    planeSpace: XRSpace
    polygon: DOMPointReadOnly[]
    semanticLabel?: string