Enum XRHandTracker.HandJointFlags
- Namespace
- Godot
- Assembly
- GodotSharp.dll
[Flags]
public enum XRHandTracker.HandJointFlags : long
Fields
AngularVelocityValid = 32The hand joint's angular velocity data is valid.
LinearVelocityValid = 16The hand joint's linear velocity data is valid.
OrientationTracked = 2The hand joint's orientation is actively tracked. May not be set if tracking has been temporarily lost.
OrientationValid = 1The hand joint's orientation data is valid.
PositionTracked = 8The hand joint's position is actively tracked. May not be set if tracking has been temporarily lost.
PositionValid = 4The hand joint's position data is valid.