OpenXRSpatialComponentBounded3DList (original) (raw)
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...
Experimental: This class may be changed or removed in future versions.
Inherits: OpenXRSpatialComponentData < RefCounted < Object
Object for storing the queries bounded3d result data.
Description
Object for storing the queries 3d bounding box result data when calling OpenXRSpatialEntityExtension.query_snapshot().
Methods
Method Descriptions
Transform3D get_center_pose(index: int) const 🔗
Returns the center of our bounding box for the entity at this index.
Vector3 get_size(index: int) const 🔗
Returns the size of our bounding box for the entity at this index.