Attention: Here be dragons

This is the latest (unstable) version of this documentation, which may document features not available in or compatible with released stable versions of Godot.

XRTracker

繼承: RefCounted < Object

被繼承: XRFaceTracker, XRPositionalTracker

追蹤對象。

說明

This object is the base of all XR trackers.

教學

屬性

String

description

""

StringName

name

&"Unknown"

TrackerType

type

128


屬性說明

String description = "" 🔗

  • void set_tracker_desc(value: String)

  • String get_tracker_desc()

此追蹤器的描述。


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. Godot maintains a number of reserved names that it expects the XRInterface to implement if applicable:


TrackerType type = 128 🔗

該追蹤器的型別。