ARVRServerTrackerType Enumeration |
[Missing <summary> documentation for "T:Godot.ARVRServer.TrackerType"]
Namespace: Godot
public enum TrackerType
Member name | Value | Description | |
---|---|---|---|
Controller | 1 | The tracker tracks the location of a controller. | |
Basestation | 2 | The tracker tracks the location of a base station. | |
Anchor | 4 | The tracker tracks the location and size of an AR anchor. | |
AnyKnown | 127 | Used internally to filter trackers of any known type. | |
Unknown | 128 | Used internally if we haven't set the tracker type yet. | |
Any | 255 | Used internally to select all trackers. |