OpenXRSpatialComponentPolygon2DList
实验性: This class may be changed or removed in future versions.
继承: OpenXRSpatialComponentData < RefCounted < Object
Object for storing the queries polygon2d result data.
描述
Object for storing the queries 2D polygon result data when calling OpenXRSpatialEntityExtension.query_snapshot().
方法
get_transform(index: int) const |
|
get_vertices(snapshot: RID, index: int) const |
方法说明
Transform3D get_transform(index: int) const 🔗
Returns the transform for positioning our polygon for the entity at this index.
PackedVector2Array get_vertices(snapshot: RID, index: int) const 🔗
Returns the polygon vertices for the entity at this index.