Class XRTracker
A tracked object.
- Inheritance
-
XRTracker
- Derived
Remarks
This object is the base of all XR trackers.
See Also
Properties
description
The description of this tracker.
var description : String = ""
Property Value
Remarks
name
The unique name of this tracker. The trackers that are available differ between various XR runtimes and can often be configured by the user. Godot maintains a number of reserved names that it expects the XRInterface to implement if applicable:
headidentifies the XRPositionalTracker of the players headleft_handidentifies the XRControllerTracker in the players left handright_handidentifies the XRControllerTracker in the players right hand/user/hand_tracker/leftidentifies the XRHandTracker for the players left hand/user/hand_tracker/rightidentifies the XRHandTracker for the players right hand/user/body_trackeridentifies the XRBodyTracker for the players body/user/face_trackeridentifies the XRFaceTracker for the players face
var name : StringName = &"Unknown"
Property Value
Remarks
- void set_tracker_name(StringName value)
- StringName get_tracker_name
type
The type of tracker.
var type : int = 128