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.
Checking the stable version of the documentation...
OpenXRSpatialComponentData
Sperimentale: This class may be changed or removed in future versions.
Eredita: RefCounted < Object
Ereditato da: OpenXRSpatialComponentAnchorList, OpenXRSpatialComponentBounded2DList, OpenXRSpatialComponentBounded3DList, OpenXRSpatialComponentMarkerList, OpenXRSpatialComponentMesh2DList, OpenXRSpatialComponentMesh3DList, OpenXRSpatialComponentParentList, OpenXRSpatialComponentPersistenceList, OpenXRSpatialComponentPlaneAlignmentList, OpenXRSpatialComponentPlaneSemanticLabelList, OpenXRSpatialComponentPolygon2DList, OpenXRSpatialQueryResultData
Object for storing OpenXR spatial entity component data.
Descrizione
Object for storing OpenXR spatial entity component data.
Metodi
_get_component_type() virtual const |
|
_get_structure_data(next: int) virtual |
|
void |
_set_capacity(capacity: int) virtual |
get_component_type() const |
|
void |
set_capacity(capacity: int) |
Descrizioni dei metodi
int _get_component_type() virtual const 🔗
Return the component type for the component we store data for.
int _get_structure_data(next: int) virtual 🔗
Return a pointer to the structure data that will be submitted along with the snapshot query. This pointer must remain valid as long as this object is instantiated.
void _set_capacity(capacity: int) virtual 🔗
Sets the expected capacity as provided by the spatial entities query system. Buffers should be initialized with the correct storage.
int get_component_type() const 🔗
Gets this OpenXRSpatialComponentData's XrSpatialComponentTypeEXT.
void set_capacity(capacity: int) 🔗
Sets the expected capacity as provided by the spatial entities query system. Buffers should be initialized with the correct storage.