Table of Contents

Enum XRHandTracker.HandTrackingSourceEnum

Namespace
Godot
Assembly
GodotSharp.dll
public enum XRHandTracker.HandTrackingSourceEnum : long

Fields

Controller = 2

The source of hand tracking data is a controller, meaning that joint positions are inferred from controller inputs.

Max = 4

Represents the size of the XRHandTracker.HandTrackingSourceEnum enum.

NotTracked = 3

No hand tracking data is tracked, this either means the hand is obscured, the controller is turned off, or tracking is not supported for the current input type.

Unknown = 0

The source of hand tracking data is unknown.

Unobstructed = 1

The source of hand tracking data is unobstructed, meaning that an accurate method of hand tracking is used. These include optical hand tracking, data gloves, etc.