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.

Inherits: OpenXRSpatialComponentData < RefCounted < Object

Object for storing the query persistence result data.

Description๏ƒ

Object for storing the query persistence result data when calling OpenXRSpatialEntityExtension.query_snapshot().

Methods๏ƒ

int

get_persistent_state(index: int) const

String

get_persistent_uuid(index: int) const


Method Descriptions๏ƒ

int get_persistent_state(index: int) const ๐Ÿ”—

Returns the persistent state (XrSpatialPersistenceStateEXT) for the entity at this index.


String get_persistent_uuid(index: int) const ๐Ÿ”—

Returns the persistent uuid for the entity at this index.