Table of Contents

Enum XRHandTracker.HandJointFlags

Namespace
Godot
Assembly
GodotSharp.dll
[Flags]
public enum XRHandTracker.HandJointFlags : long

Fields

AngularVelocityValid = 32

The hand joint's angular velocity data is valid.

LinearVelocityValid = 16

The hand joint's linear velocity data is valid.

OrientationTracked = 2

The hand joint's orientation is actively tracked. May not be set if tracking has been temporarily lost.

OrientationValid = 1

The hand joint's orientation data is valid.

PositionTracked = 8

The hand joint's position is actively tracked. May not be set if tracking has been temporarily lost.

PositionValid = 4

The hand joint's position data is valid.