ARVRInterfaceTracking_status Enumeration |
[Missing <summary> documentation for "T:Godot.ARVRInterface.Tracking_status"]
Namespace: Godot
public enum Tracking_status
Member name | Value | Description | |
---|---|---|---|
NormalTracking | 0 | Tracking is behaving as expected. | |
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. | |
UnknownTracking | 3 | We don't know the status of the tracking or this interface does not provide feedback. | |
NotTracking | 4 | Tracking is not functional (camera not plugged in or obscured, lighthouses turned off, etc.). |