summaryrefslogtreecommitdiff
path: root/modules/csg/doc_classes/CSGBox3D.xml
blob: 5bb1c4e75b73bbefd5cb9f11f6ba5210cde4ffe8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8" ?>
<class name="CSGBox3D" inherits="CSGPrimitive3D" version="4.0">
	<brief_description>
		A CSG Box shape.
	</brief_description>
	<description>
		This node allows you to create a box for use with the CSG system.
	</description>
	<tutorials>
	</tutorials>
	<methods>
	</methods>
	<members>
		<member name="material" type="Material" setter="set_material" getter="get_material">
			The material used to render the box.
		</member>
		<member name="size" type="Vector3" setter="set_size" getter="get_size" default="Vector3(2, 2, 2)">
			The box's width, height and depth.
		</member>
	</members>
	<constants>
	</constants>
</class>