Click or drag to resize

ARVRServerTrackerType Enumeration

[Missing <summary> documentation for "T:Godot.ARVRServer.TrackerType"]

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

The tracker tracks the location of a controller.

Basestation2

The tracker tracks the location of a base station.

Anchor4

The tracker tracks the location and size of an AR anchor.

AnyKnown127

Used internally to filter trackers of any known type.

Unknown128

Used internally if we haven't set the tracker type yet.

Any255

Used internally to select all trackers.

See Also