2017-09-12 22:42:36 +02:00
<?xml version="1.0" encoding="UTF-8" ?>
2017-11-24 09:16:52 +01:00
<class name= "MultiMeshInstance" inherits= "GeometryInstance" category= "Core" version= "3.0-beta" >
2017-09-12 22:42:36 +02:00
<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 >
2017-09-13 08:49:40 +02:00
<member name= "multimesh" type= "MultiMesh" setter= "set_multimesh" getter= "get_multimesh" >
2017-09-12 22:42:36 +02:00
</member>
</members>
<constants >
</constants>
</class>