Enum XRInterface.TrackingStatus
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum XRInterface.TrackingStatus : longFields
- ExcessiveMotion = 1
- Tracking is hindered by excessive motion (the player is moving faster than tracking can keep up). 
- InsufficientFeatures = 2
- Tracking is hindered by insufficient features, it's too dark (for camera-based tracking), player is blocked, etc. 
- NormalTracking = 0
- Tracking is behaving as expected. 
- NotTracking = 4
- Tracking is not functional (camera not plugged in or obscured, lighthouses turned off, etc.). 
- UnknownTracking = 3
- We don't know the status of the tracking or this interface does not provide feedback.