Inheritance #

MultiMeshInstance2D
Table of contents

MultiMeshInstance2D #

is_instantiable, Node2D, Node, core, not_builtin_classes

Node that instances a MultiMesh in 2D.

MultiMeshInstance2D is a specialized node to instance a MultiMesh resource in 2D.

Usage is the same as MultiMeshInstance3D.

Members #

var multimesh: MultiMesh#

The MultiMesh that will be drawn by the MultiMeshInstance2D.

var texture: Texture2D#

The Texture2D that will be used if using the default CanvasItemMaterial. Can be accessed as TEXTURE in CanvasItem shader.

Methods #

Annotations #

Constants #

Constructors #

Enums #

Operators #

Signals #

signal texture_changed()#

Emitted when the texture is changed.

Theme Items #

Tutorials #