diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2017-09-17 22:50:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-17 22:50:27 +0200 |
commit | fba938e5740c017fa2d6180c15cae852608ad701 (patch) | |
tree | 6cedbc5974aa28376bcf670b45c8d6afe46561e5 /doc/classes/BoxShape.xml | |
parent | 7655587efbb209703efc15b07667ee80de23bf5d (diff) | |
parent | f818448199bfc13674016499d545c95b9befb3a9 (diff) |
Merge pull request #11313 from deliciousfudge/boxcontainershape-docs
Refactor the docuementation of BoxContainer and BoxShape classes
[ci skip]
Diffstat (limited to 'doc/classes/BoxShape.xml')
-rw-r--r-- | doc/classes/BoxShape.xml | 3 |
1 files changed, 2 insertions, 1 deletions
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. </brief_description> <description> - 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]. </description> <tutorials> </tutorials> @@ -30,6 +30,7 @@ </methods> <members> <member name="extents" type="Vector3" setter="set_extents" getter="get_extents"> + The shape's half extents. </member> </members> <constants> |