docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    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 XR_SPATIAL_ENTITY_TRACKING_STATE_PAUSED_EXT.

    Stopped

    The runtime has stopped tracking this entity and will never resume tracking it. Equivalent to the OpenXR value XR_SPATIAL_ENTITY_TRACKING_STATE_STOPPED_EXT.

    Tracking

    The runtime is currently tracking this entity and its component data is valid. Equivalent to the OpenXR value XR_SPATIAL_ENTITY_TRACKING_STATE_TRACKING_EXT.

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)