summaryrefslogtreecommitdiff
path: root/doc/classes/BoxShape.xml
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-03-30 18:22:57 +0200
committerRémi Verschelde <rverschelde@gmail.com>2020-03-30 18:23:02 +0200
commiteaaee63b629d6999fcc0c84e38886b964f6d051d (patch)
tree136e327aa916afe2255bcf5d718963f2b1a84a4b /doc/classes/BoxShape.xml
parent0168709978154a89f137b44f33647e5d28a46250 (diff)
doc: Update classref with node renames
A few extra renames for classes which were missed in last week's PRs.
Diffstat (limited to 'doc/classes/BoxShape.xml')
-rw-r--r--doc/classes/BoxShape.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/doc/classes/BoxShape.xml b/doc/classes/BoxShape.xml
deleted file mode 100644
index 3a5f05ef79..0000000000
--- a/doc/classes/BoxShape.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<class name="BoxShape" inherits="Shape" version="4.0">
- <brief_description>
- Box shape resource.
- </brief_description>
- <description>
- 3D box shape that can be a child of a [PhysicsBody] or [Area].
- </description>
- <tutorials>
- </tutorials>
- <methods>
- </methods>
- <members>
- <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>
- </constants>
-</class>