diff options
| author | Ferenc Arn <tagcup@yahoo.com> | 2017-11-16 21:09:00 -0500 |
|---|---|---|
| committer | Ferenc Arn <tagcup@yahoo.com> | 2017-11-17 11:01:41 -0500 |
| commit | d28763a4c1792dc00fde3d151eaea54f9cf2b8a9 (patch) | |
| tree | 7abd311b6e672829bd751fbf4d9135b60f2f9913 /doc/classes/VisualInstance.xml | |
| parent | b44cb4e3b9b573a3cbbd6f71aff81e6c3465d84b (diff) | |
| download | redot-engine-d28763a4c1792dc00fde3d151eaea54f9cf2b8a9.tar.gz | |
Rename Rect3 to AABB.
Fixes #12973.
Diffstat (limited to 'doc/classes/VisualInstance.xml')
| -rw-r--r-- | doc/classes/VisualInstance.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/VisualInstance.xml b/doc/classes/VisualInstance.xml index be2d38bf9f..7108eb13c5 100644 --- a/doc/classes/VisualInstance.xml +++ b/doc/classes/VisualInstance.xml @@ -10,7 +10,7 @@ </demos> <methods> <method name="get_aabb" qualifiers="const"> - <return type="Rect3"> + <return type="AABB"> </return> <description> </description> @@ -22,7 +22,7 @@ </description> </method> <method name="get_transformed_aabb" qualifiers="const"> - <return type="Rect3"> + <return type="AABB"> </return> <description> </description> |
