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.

OpenXRAnchorTracker

Experimental: This class may be changed or removed in future versions.

Inherits: OpenXRSpatialEntityTracker < XRPositionalTracker < XRTracker < RefCounted < Object

Positional tracker for our spatial entity anchor extension.

Description

Positional tracker for our OpenXR spatial entity anchor extension, it tracks a user defined location in real space and maps it to our virtual space.

Properties

String

uuid

""

Methods

bool

has_uuid() const


Signals

uuid_changed() 🔗

Emitted when the UUID for this anchor was changed.


Property Descriptions

String uuid = "" 🔗

The UUID provided for persistent anchors.


Method Descriptions

bool has_uuid() const 🔗

Returns true if a non-zero UUID is set.