CanvasItemDrawMesh Method |
Draws a Mesh in 2D, using the provided texture. See MeshInstance2D for related documentation.
Namespace: Godot
public void DrawMesh( Mesh mesh, Texture texture, Texture normalMap = null, Transform2D? transform = null, Color? modulate = null )
[Missing <param name="mesh"/> documentation for "M:Godot.CanvasItem.DrawMesh(Godot.Mesh,Godot.Texture,Godot.Texture,System.Nullable{Godot.Transform2D},System.Nullable{Godot.Color})"]
[Missing <param name="texture"/> documentation for "M:Godot.CanvasItem.DrawMesh(Godot.Mesh,Godot.Texture,Godot.Texture,System.Nullable{Godot.Transform2D},System.Nullable{Godot.Color})"]
[Missing <param name="normalMap"/> documentation for "M:Godot.CanvasItem.DrawMesh(Godot.Mesh,Godot.Texture,Godot.Texture,System.Nullable{Godot.Transform2D},System.Nullable{Godot.Color})"]