Enum XrSpatialEntityTrackingStateEXT
Describes the tracking state of a spatial entity. Provided by XR_EXT_spatial_entity
.
Namespace: UnityEngine.XR.OpenXR.NativeTypes
Assembly: Unity.XR.OpenXR.dll
Syntax
public enum XrSpatialEntityTrackingStateEXT
Fields
Name | Description |
---|---|
Paused | The runtime has paused tracking this entity but may resume tracking it in the future.
Equivalent to the OpenXR value |
Stopped | The runtime has stopped tracking this entity and will never resume tracking it.
Equivalent to the OpenXR value |
Tracking | The runtime is currently tracking this entity and its component data is valid.
Equivalent to the OpenXR value |