summaryrefslogtreecommitdiff
path: root/doc/classes/PrimitiveMesh.xml
blob: 34141edbe7c94a758c46a9aa8cdb506fbecb9386 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?xml version="1.0" encoding="UTF-8" ?>
<class name="PrimitiveMesh" inherits="Mesh" category="Core" version="3.0.alpha.custom_build">
	<brief_description>
		Base class for all primitive meshes. Handles applying a [Material] to a primitive mesh.
	</brief_description>
	<description>
		Base class for all primitive meshes. Handles applying a [Material] to a primitive mesh.
	</description>
	<tutorials>
	</tutorials>
	<demos>
	</demos>
	<methods>
		<method name="get_material" qualifiers="const">
			<return type="Material">
			</return>
			<description>
			</description>
		</method>
		<method name="get_mesh_arrays" qualifiers="const">
			<return type="Array">
			</return>
			<description>
			</description>
		</method>
		<method name="set_material">
			<return type="void">
			</return>
			<argument index="0" name="material" type="Material">
			</argument>
			<description>
			</description>
		</method>
	</methods>
	<members>
		<member name="material" type="Material" setter="set_material" getter="get_material">
			The current [Material] of the primitive mesh.
		</member>
	</members>
	<constants>
	</constants>
</class>