Click or drag to resize

CanvasItemDrawMultimesh Method

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

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void DrawMultimesh(
	MultiMesh multimesh,
	Texture texture,
	Texture normalMap = null
)

Parameters

multimesh
Type: GodotMultiMesh

[Missing <param name="multimesh"/> documentation for "M:Godot.CanvasItem.DrawMultimesh(Godot.MultiMesh,Godot.Texture,Godot.Texture)"]

texture
Type: GodotTexture

[Missing <param name="texture"/> documentation for "M:Godot.CanvasItem.DrawMultimesh(Godot.MultiMesh,Godot.Texture,Godot.Texture)"]

normalMap (Optional)
Type: GodotTexture

[Missing <param name="normalMap"/> documentation for "M:Godot.CanvasItem.DrawMultimesh(Godot.MultiMesh,Godot.Texture,Godot.Texture)"]

See Also