Enum ARVRServerSingleton.TrackerType

enum TrackerType : int { ... }

Enum members

NameDescription
trackerAnchor The tracker tracks the location and size of an AR anchor.
trackerAny Used internally to select all trackers.
trackerAnyKnown Used internally to filter trackers of any known type.
trackerBasestation The tracker tracks the location of a base station.
trackerController The tracker tracks the location of a controller.
trackerUnknown Used internally if we haven't set the tracker type yet.