Enum XRPose.TrackingConfidenceEnum
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum XRPose.TrackingConfidenceEnum : long
Fields
High = 2
Tracking information is deemed accurate and up to date.
Low = 1
Tracking information may be inaccurate or estimated. For example, with inside out tracking this would indicate a controller may be (partially) obscured.
None = 0
No tracking information is available for this pose.