VisualServerSingleton.canvasItemAddSetTransform

Adds a Transform2D command to the CanvasItem's draw commands. This sets the extra_matrix uniform when executed. This affects the later commands of the canvas item.

struct VisualServerSingleton
@nogc nothrow
void
canvasItemAddSetTransform
(
in RID item
,
in Transform2D transform
)

Meta