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