MultiMeshInstance

Inherits: GeometryInstance < VisualInstance < Spatial < Node < Object

Category: Core

Brief Description

Node that instances a MultiMesh.

Member Functions

MultiMesh get_multimesh ( ) const
void set_multimesh ( MultiMesh multimesh )

Member Variables

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

Return the MultiMesh that is used for instancing.

Set the MultiMesh to be instanced.