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

实验性: This class may be changed or removed in future versions.

继承: OpenXRSpatialEntityTracker < XRPositionalTracker < XRTracker < RefCounted < Object

用于我们的空间实体锚点扩展的位置跟踪器。

描述

我们的 OpenXR 空间实体锚点扩展的位置跟踪器,它可以跟踪用户在现实空间中定义的位置,并将其映射到我们的虚拟空间。

属性

String

uuid

""

方法

bool

has_uuid() const


信号

uuid_changed() 🔗

当该锚点的 UUID 发生更改时发出。


属性说明

String uuid = "" 🔗

为持久锚点提供的 UUID。


方法说明

bool has_uuid() const 🔗

如果设置了非零的 UUID,则返回 true