Table of Contents

Enum XRBodyTracker.JointFlags

Namespace
Godot
Assembly
GodotSharp.dll
[Flags]
public enum XRBodyTracker.JointFlags : long

Fields

OrientationTracked = 2

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

OrientationValid = 1

The joint's orientation data is valid.

PositionTracked = 8

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

PositionValid = 4

The joint's position data is valid.