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