summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorMarcel Admiraal <madmiraal@users.noreply.github.com>2020-12-07 17:52:11 +0000
committerMarcel Admiraal <madmiraal@users.noreply.github.com>2020-12-08 11:58:21 +0000
commit43c910680620dd4c8b91bd96e4aa13cc98547def (patch)
tree7a0e50737d430d7a3ff3f8f036e752012b4c2e11 /doc/classes
parentd5d99aaed6fc2d852491f3c133eacb762656ac4c (diff)
Use box size instead of extents for Shape dimensions
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/BoxShape3D.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/BoxShape3D.xml b/doc/classes/BoxShape3D.xml
index d8cbd8b980..f5051413ce 100644
--- a/doc/classes/BoxShape3D.xml
+++ b/doc/classes/BoxShape3D.xml
@@ -14,8 +14,8 @@
<methods>
</methods>
<members>
- <member name="extents" type="Vector3" setter="set_extents" getter="get_extents" default="Vector3( 1, 1, 1 )">
- The box's half extents. The width, height and depth of this shape is twice the half extents.
+ <member name="size" type="Vector3" setter="set_size" getter="get_size" default="Vector3( 2, 2, 2 )">
+ The box's width, height and depth.
</member>
</members>
<constants>