XRMemberState#
Type alias XRMemberState
XRMember State: {
fixated?: boolean;
following?: boolean;
imageAdapterConnectionState?: StreamConnectionState;
imageStreamConnectionState?: StreamConnectionState;
modelTrackerConnectionState?: ModelTrackerConnectionState;
modelTrackerSettings?: ModelTrackerSettings;
modelTrackingState?: ModelTrackingState;
started?: boolean;
worldTrackingState?: WorldMappingStatus;
xrFusionMode?: XRFusionMode;
}
fixated?: boolean;
following?: boolean;
imageAdapterConnectionState?: StreamConnectionState;
imageStreamConnectionState?: StreamConnectionState;
modelTrackerConnectionState?: ModelTrackerConnectionState;
modelTrackerSettings?: ModelTrackerSettings;
modelTrackingState?: ModelTrackingState;
started?: boolean;
worldTrackingState?: WorldMappingStatus;
xrFusionMode?: XRFusionMode;
}
Type declaration
-
Optional
fixated?: booleanWhether the rendered model is anchored in the XR space or not.
-
Optional
following?: booleanWhether the rendered model is following its real world counterpart or not.
-
Optional
imageAdapter Connection State?: StreamConnectionState -
Optional
imageStream Connection State?: StreamConnectionState -
Optional
modelTracker Connection State?: ModelTrackerConnectionState -
Optional
modelTracker Settings?: ModelTrackerSettings -
Optional
modelTracking State?: ModelTrackingState -
Optional
started?: booleanWhether the XRMember is initialized or not.
-
Optional
worldTracking State?: WorldMappingStatus -
Optional
xrFusion Mode?: XRFusionMode
Reflects the current state of the XRMember.