OpenXRSpatialQueryResultData

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

继承: OpenXRSpatialComponentData < RefCounted < Object

Object for storing the main query result data.

描述

Object for storing the main query result data when calling OpenXRSpatialEntityExtension.query_snapshot(). This must always be the first component requested.

方法

int

get_capacity() const

int

get_entity_id(index: int) const

EntityTrackingState

get_entity_state(index: int) const


方法说明

int get_capacity() const 🔗

Returns the number of entities that were retrieved.


int get_entity_id(index: int) const 🔗

Returns the entity id (XrSpatialEntityIdEXT) for the entity at this index.


EntityTrackingState get_entity_state(index: int) const 🔗

Returns the entity state for the entity at this index.