aboutsummaryrefslogtreecommitdiff
path: root/doc/classes/BoxShape.xml
diff options
context:
space:
mode:
authorRoger Smith2017-09-16 17:26:04 +1200
committerRoger Smith2017-09-16 18:39:00 +1200
commitf818448199bfc13674016499d545c95b9befb3a9 (patch)
treeec8a9d1192ffb66834ed9aa93b95161bd4a6088a /doc/classes/BoxShape.xml
parent62cb43bb8dec8f5078012b58ff06a2077078565f (diff)
downloadgodot-f818448199bfc13674016499d545c95b9befb3a9.tar.gz
godot-f818448199bfc13674016499d545c95b9befb3a9.tar.zst
godot-f818448199bfc13674016499d545c95b9befb3a9.zip
Refactor the BoxContainer and BoxShape classes
Diffstat (limited to '')
-rw-r--r--doc/classes/BoxShape.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/classes/BoxShape.xml b/doc/classes/BoxShape.xml
index 8c98c93b5..4e8eb0ba6 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>