Click or drag to resize

ARVRPositionalTrackerTrackerHand Enumeration

[Missing <summary> documentation for "T:Godot.ARVRPositionalTracker.TrackerHand"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum TrackerHand
Members
  Member nameValueDescription
HandUnknown0

The hand this tracker is held in is unknown or not applicable.

LeftHand1

This tracker is the left hand controller.

RightHand2

This tracker is the right hand controller.

See Also