mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Cross-reference AABB getter methods in the documentation
This also clarifies that `get_aabb()` returns the AABB in local space. See https://github.com/godotengine/godot/issues/42095.
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<return type="AABB">
|
||||
</return>
|
||||
<description>
|
||||
Returns the visibility axis-aligned bounding box.
|
||||
Returns the visibility axis-aligned bounding box in local space. See also [method VisualInstance3D.get_transformed_aabb].
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_instance_color" qualifiers="const">
|
||||
|
||||
Reference in New Issue
Block a user