summaryrefslogtreecommitdiff
path: root/doc/classes/Shape.xml
blob: 8eb435f13a4b2e0ba6ac367909eacbb32894d7be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8" ?>
<class name="Shape" inherits="Resource" category="Core" version="3.0-stable">
	<brief_description>
		Base class for all 3D shape resources.
	</brief_description>
	<description>
		Base class for all 3D shape resources. All 3D shapes that inherit from this can be set into a [PhysicsBody] or [Area].
	</description>
	<tutorials>
		http://docs.godotengine.org/en/3.0/learning/features/physics/physics_introduction.html
	</tutorials>
	<demos>
	</demos>
	<methods>
	</methods>
	<constants>
	</constants>
</class>