Function 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.

void canvasItemAddSetTransform (
  const(RID) item,
  const(Transform2D) transform
) nothrow @nogc;