From d5d99aaed6fc2d852491f3c133eacb762656ac4c Mon Sep 17 00:00:00 2001 From: Marcel Admiraal Date: Mon, 7 Dec 2020 19:58:47 +0000 Subject: Use rectangle size instead of extents for Shape dimensions --- doc/classes/RectangleShape2D.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/classes') diff --git a/doc/classes/RectangleShape2D.xml b/doc/classes/RectangleShape2D.xml index 041416a24b..8e37fbad6f 100644 --- a/doc/classes/RectangleShape2D.xml +++ b/doc/classes/RectangleShape2D.xml @@ -13,8 +13,8 @@ - - The rectangle's half extents. The width and height of this shape is twice the half extents. + + The rectangle's width and height. -- cgit v1.2.3 From 43c910680620dd4c8b91bd96e4aa13cc98547def Mon Sep 17 00:00:00 2001 From: Marcel Admiraal Date: Mon, 7 Dec 2020 17:52:11 +0000 Subject: Use box size instead of extents for Shape dimensions --- doc/classes/BoxShape3D.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/classes') 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 @@ - - The box's half extents. The width, height and depth of this shape is twice the half extents. + + The box's width, height and depth. -- cgit v1.2.3 From 4da4feed18f56a2bc5c88ffe5a4f73134e353c25 Mon Sep 17 00:00:00 2001 From: Marcel Admiraal Date: Mon, 7 Dec 2020 18:54:12 +0000 Subject: Use Vector3 instead of 3 floats for CSGBox3D dimensions --- doc/classes/BoxMesh.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/classes') diff --git a/doc/classes/BoxMesh.xml b/doc/classes/BoxMesh.xml index 88d22ac899..20d20f3bf9 100644 --- a/doc/classes/BoxMesh.xml +++ b/doc/classes/BoxMesh.xml @@ -13,7 +13,7 @@ - Size of the box mesh. + The box's width, height and depth. Number of extra edge loops inserted along the Z axis. -- cgit v1.2.3