diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-09-16 16:21:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-16 16:21:05 +0200 |
commit | 17772112715f20b079b8d0bb25f2472e65ec2cde (patch) | |
tree | 12eea01bb5689aaea5aff7d8712f06e3767b1776 /doc/classes/VisualInstance3D.xml | |
parent | 92d1964d1a3ff7cfe4e25e29cef85fbd57ab2096 (diff) | |
parent | 9712f8fd2da24d3f97b391c0a694215fd4f181c3 (diff) |
Merge pull request #42114 from Calinou/doc-mesh-aabb-methods
Cross-reference AABB getter methods in the documentation
Diffstat (limited to 'doc/classes/VisualInstance3D.xml')
-rw-r--r-- | doc/classes/VisualInstance3D.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/VisualInstance3D.xml b/doc/classes/VisualInstance3D.xml index 6451b3f330..01d569d9c8 100644 --- a/doc/classes/VisualInstance3D.xml +++ b/doc/classes/VisualInstance3D.xml @@ -13,7 +13,7 @@ <return type="AABB"> </return> <description> - Returns the [AABB] (also known as the bounding box) for this [VisualInstance3D]. + Returns the [AABB] (also known as the bounding box) for this [VisualInstance3D]. See also [method get_transformed_aabb]. </description> </method> <method name="get_base" qualifiers="const"> @@ -44,7 +44,7 @@ </return> <description> Returns the transformed [AABB] (also known as the bounding box) for this [VisualInstance3D]. - Transformed in this case means the [AABB] plus the position, rotation, and scale of the [Node3D]'s [Transform]. + Transformed in this case means the [AABB] plus the position, rotation, and scale of the [Node3D]'s [Transform]. See also [method get_aabb]. </description> </method> <method name="set_base"> |