Table of Contents

Enum XRServer.TrackerType

Namespace
Godot
Assembly
GodotSharp.dll
public enum XRServer.TrackerType : long

Fields

Anchor = 8

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

Any = 255

Used internally to select all trackers.

AnyKnown = 127

Used internally to filter trackers of any known type.

Basestation = 4

The tracker tracks the location of a base station.

Controller = 2

The tracker tracks the location of a controller.

Head = 1

The tracker tracks the location of the players head. This is usually a location centered between the players eyes. Note that for handheld AR devices this can be the current location of the device.

Unknown = 128

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