XRState#
Type alias XRState
XRState: {
anchored: boolean;
backgroundFeedVisible: boolean;
modelTrackingPhase: XRModelTrackingPhase;
worldMappingStatus: XRWorldMappingStatus;
}
anchored: boolean;
backgroundFeedVisible: boolean;
modelTrackingPhase: XRModelTrackingPhase;
worldMappingStatus: XRWorldMappingStatus;
}
Type declaration
-
anchored: boolean
Whether the rendered model is anchored in the XR space or not.
See
-
background
Feed Visible: boolean Whether the background feed is visible or not.
-
model
Tracking Phase: XRModelTrackingPhase Specifies in which phase the model tracking is.
If the XR system does not support model tracking, this value will always be NONE.
-
world
Mapping Status: XRWorldMappingStatus Represents the current world mapping status of the XR system if available.
Reflects the current state of the XR system.