Skip to main content

XRTracker

Inherits: RefCounted < Object

Inherited By: XRFaceTracker, XRPositionalTracker

A tracked object.

Description

This object is the base of all XR trackers.

Tutorials

Properties

Stringdescription""
StringNamename&"Unknown"
TrackerTypetype128

Property Descriptions

String description = "" 🔗

  • void set_tracker_desc\ (\ value: String\ )
  • String get_tracker_desc\ (\ )

The description of this tracker.


StringName name = &"Unknown" 🔗

The unique name of this tracker. The trackers that are available differ between various XR runtimes and can often be configured by the user. Redot maintains a number of reserved names that it expects the XRInterface to implement if applicable:


TrackerType type = 128 🔗

The type of tracker.