From f818448199bfc13674016499d545c95b9befb3a9 Mon Sep 17 00:00:00 2001 From: Roger Smith Date: Sat, 16 Sep 2017 17:26:04 +1200 Subject: Refactor the BoxContainer and BoxShape classes --- doc/classes/BoxContainer.xml | 14 +++++++------- doc/classes/BoxShape.xml | 3 ++- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/doc/classes/BoxContainer.xml b/doc/classes/BoxContainer.xml index f7e50f02d8..0c70d919f3 100644 --- a/doc/classes/BoxContainer.xml +++ b/doc/classes/BoxContainer.xml @@ -1,10 +1,10 @@ - Base class for Box containers. + Base class for box containers. - Base class for Box containers. It arranges children controls vertically or horizontally, and rearranges them automatically when their minimum size changes. + Arranges child controls vertically or horizontally, and rearranges the controls automatically when their minimum size changes. @@ -17,8 +17,7 @@ - Add a control to the box as a spacer. - If [i]begin[/i] is true the spacer control will be inserted in front of other children. + Adds a control to the box as a spacer. If [code]true[/code], [i]begin[/i] will insert the spacer control in front of other children. @@ -40,17 +39,18 @@ + The alignment of the container's children (must be one of ALIGN_BEGIN, ALIGN_CENTER, or ALIGN_END). - Align children with beginning of the container. + Aligns children with the beginning of the container. - Align children with center of the container. + Aligns children with the center of the container. - Align children with end of the container. + Aligns children with the end of the container. diff --git a/doc/classes/BoxShape.xml b/doc/classes/BoxShape.xml index 8c98c93b57..4e8eb0ba6f 100644 --- a/doc/classes/BoxShape.xml +++ b/doc/classes/BoxShape.xml @@ -4,7 +4,7 @@ Box shape resource. - Box shape resource, which can be set into a [PhysicsBody] or area. + 3D box shape that can be a child of a [PhysicsBody] or [Area]. @@ -30,6 +30,7 @@ + The shape's half extents. -- cgit v1.2.3