class_multimeshinstance - vkbsb/godot GitHub Wiki
MultiMeshInstance
####Inherits: GeometryInstance ####Category: Core
Brief Description
Node that instances a MultiMesh.
Member Functions
- void set_multimesh ( Object multimesh )
- Object get_multimesh ( ) const
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).
Member Function Description
set_multimesh
- void set_multimesh ( Object multimesh )
Set the MultiMesh to be instance.
get_multimesh
- Object get_multimesh ( ) const
Return the MultiMesh that is used for instancing.