Enum NotTrackingReason | AR Subsystems | 2.2.0-preview.6
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
    ExcessiveMotion

    Tracking is lost due to excessive motion.

    Initializing

    Tracking is being initialized.

    InsufficientFeatures

    Tracking is lost due to insufficient visual features.

    InsufficientLight

    Tracking is lost due to poor lighting conditions.

    None

    Tracking is working normally.

    Relocalizing

    Tracking is resuming after an interruption.

    Unsupported

    Tracking lost reason is not supported.

    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX