XRState

Type Alias XRState

XRState: {
    anchored: boolean;
    backgroundFeedVisible: boolean;
    modelTrackingPhase: XRModelTrackingPhase;
    worldMappingStatus: XRWorldMappingStatus;
}

Reflects the current state of the XR system.

Type declaration