summaryrefslogtreecommitdiff
path: root/doc/classes/MultiMeshInstance.xml
blob: bad61fa254b6ed026a9838df22ec1f34f7412f31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8" ?>
<class name="MultiMeshInstance" inherits="GeometryInstance" category="Core" version="3.0-beta">
	<brief_description>
		Node that instances a [MultiMesh].
	</brief_description>
	<description>
		MultiMeshInstance is a [Node] that takes a [MultiMesh] resource and adds it to the current scenario by creating an instance of it (yes, this is an instance of instances).
	</description>
	<tutorials>
	</tutorials>
	<demos>
	</demos>
	<methods>
	</methods>
	<members>
		<member name="multimesh" type="MultiMesh" setter="set_multimesh" getter="get_multimesh">
		</member>
	</members>
	<constants>
	</constants>
</class>