Class reference
XRTracker
Inherits RefCounted
A tracked object.
Description
This object is the base of all XR trackers.
Properties
String description = ""
String description = ""The description of this tracker.
StringName name = &"Unknown"
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: - "head" identifies the XRPositionalTracker of the player's head - "left_hand" identifies the XRControllerTracker in the player's left hand - "right_hand" identifies the XRControllerTracker in the player's right hand - "/user/hand_tracker/left" identifies the XRHandTracker for the player's left hand - "/user/hand_tracker/right" identifies the XRHandTracker for the player's right hand - "/user/body_tracker" identifies the XRBodyTracker for the player's body - "/user/face_tracker" identifies the XRFaceTracker for the player's face
int type = 128
int type = 128The type of tracker.