diff options
Diffstat (limited to 'doc/classes/BoxShape.xml')
-rw-r--r-- | doc/classes/BoxShape.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/BoxShape.xml b/doc/classes/BoxShape.xml index 3678c0e393..9e3977b342 100644 --- a/doc/classes/BoxShape.xml +++ b/doc/classes/BoxShape.xml @@ -11,8 +11,8 @@ <methods> </methods> <members> - <member name="extents" type="Vector3" setter="set_extents" getter="get_extents"> - The shape's half extents. + <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> </members> <constants> |