Enum OpenXRInterface.HandTrackedSource
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum OpenXRInterface.HandTrackedSource : long
Fields
Controller = 2
The source of hand tracking is a controller, bone positions are inferred from controller inputs.
Max = 3
Maximum value for the hand tracked source enum.
Unknown = 0
The source of hand tracking data is unknown (the extension is likely unsupported).
Unobstructed = 1
The source of hand tracking is unobstructed, this means that an accurate method of hand tracking is used, e.g. optical hand tracking, data gloves, etc.