docs.unity.cn
    Show / Hide Table of Contents

    Enum NotTrackingReason

    Represents the reason tracking was lost.

    Namespace: UnityEngine.XR.ARSubsystems
    Syntax
    public enum NotTrackingReason

    Fields

    Name Description Value
    None

    Tracking is working normally.

    0
    Initializing

    Tracking is being initialized.

    1
    Relocalizing

    Tracking is resuming after an interruption.

    2
    InsufficientLight

    Tracking is lost due to poor lighting conditions.

    3
    InsufficientFeatures

    Tracking is lost due to insufficient visual features.

    4
    ExcessiveMotion

    Tracking is lost due to excessive motion.

    5
    Unsupported

    Tracking lost reason is not supported.

    6
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 12 February 2021