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.

OpenXRSpatialComponentPersistenceList

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

Hereda: OpenXRSpatialComponentData < RefCounted < Object

Objeto para almacenar los datos de resultado de la consulta de persistencia.

Descripción

Objeto para almacenar los datos de resultado de la consulta de persistencia al llamar a OpenXRSpatialEntityExtension.query_snapshot().

Métodos

int

get_persistent_state(index: int) const

String

get_persistent_uuid(index: int) const


Descripciones de Métodos

int get_persistent_state(index: int) const 🔗

Devuelve el estado persistente (XrSpatialPersistenceStateEXT) de la entidad en este index.


String get_persistent_uuid(index: int) const 🔗

Devuelve el uuid persistente de la entidad en este index.