docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum ARWorldMappingStatus

    Used to determine the suitability of the current session for creating an ARWorldMap. See Apple's documentation for ARWorldMappingStatus for more information.

    Namespace: UnityEngine.XR.ARKit
    Assembly: Unity.XR.ARKit.dll
    Syntax
    public enum ARWorldMappingStatus

    Fields

    Name Description
    Extending

    Mapping is actively extending the map with the user's motion. The session will be relocalizable for previously visited areas but is still being updated for the current space.

    Limited

    Mapping is available but has limited features. For the device's current position, it is not recommended to serialize the current session.

    Mapped

    The session has adequately mapped the visible area. The map can be used to relocalize for the device's current position.

    NotAvailable

    Mapping is not available.

    In This Article
    Back to top
    Copyright © 2024 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)