Function CanvasItem.drawMultimesh

Draws a MultiMesh in 2D with the provided texture. See MultiMeshInstance2D for related documentation.

void drawMultimesh (
  MultiMesh multimesh,
  Texture texture,
  Texture normal_map = Texture(godot_object(null), )
) nothrow @nogc;