summaryrefslogtreecommitdiff
path: root/doc/classes/BoxShape.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/BoxShape.xml')
-rw-r--r--doc/classes/BoxShape.xml18
1 files changed, 1 insertions, 17 deletions
diff --git a/doc/classes/BoxShape.xml b/doc/classes/BoxShape.xml
index 0f46442550..4a4b528449 100644
--- a/doc/classes/BoxShape.xml
+++ b/doc/classes/BoxShape.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
-<class name="BoxShape" inherits="Shape" category="Core" version="3.0-alpha">
+<class name="BoxShape" inherits="Shape" category="Core" version="3.0-beta">
<brief_description>
Box shape resource.
</brief_description>
@@ -11,22 +11,6 @@
<demos>
</demos>
<methods>
- <method name="get_extents" qualifiers="const">
- <return type="Vector3">
- </return>
- <description>
- Return the half extents of the shape.
- </description>
- </method>
- <method name="set_extents">
- <return type="void">
- </return>
- <argument index="0" name="extents" type="Vector3">
- </argument>
- <description>
- Set the half extents for the shape.
- </description>
- </method>
</methods>
<members>
<member name="extents" type="Vector3" setter="set_extents" getter="get_extents">