Click or drag to resize

CanvasItemDrawSetTransformMatrix Method

Sets a custom transform for drawing via matrix. Anything drawn afterwards will be transformed by this.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void DrawSetTransformMatrix(
	Transform2D xform
)

Parameters

xform
Type: GodotTransform2D

[Missing <param name="xform"/> documentation for "M:Godot.CanvasItem.DrawSetTransformMatrix(Godot.Transform2D)"]

See Also