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 = 3

Represents the size of the XRHandTracker.HandTrackingSourceEnum enum.

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.