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
No known key found for this signature in database
GPG key ID: 40A1750B977E56BF
6 changed files with 6 additions and 20 deletions

View file

@ -19,7 +19,7 @@
<method name="get_aabb" qualifiers="const">
<return type="AABB" />
<description>
Returns the visibility axis-aligned bounding box in local space. See also [method VisualInstance3D.get_transformed_aabb].
Returns the visibility axis-aligned bounding box in local space.
</description>
</method>
<method name="get_instance_color" qualifiers="const">