Remove the global space get_transformed_aabb helper method

This commit is contained in:
Aaron Franke
2022-10-05 11:09:54 -05:00
parent 2e3662acbd
commit 9ebd8c5bb5
6 changed files with 6 additions and 20 deletions

View File

@@ -129,7 +129,7 @@
<method name="get_aabb" qualifiers="const">
<return type="AABB" />
<description>
Returns the smallest [AABB] enclosing this mesh in local space. Not affected by [code]custom_aabb[/code]. See also [method VisualInstance3D.get_transformed_aabb].
Returns the smallest [AABB] enclosing this mesh in local space. Not affected by [code]custom_aabb[/code].
[b]Note:[/b] This is only implemented for [ArrayMesh] and [PrimitiveMesh].
</description>
</method>