VisualServerSingleton.canvasSetItemMirroring

A copy of the canvas item will be drawn with a local offset of the mirroring Vector2.

struct VisualServerSingleton
@nogc nothrow
void
canvasSetItemMirroring
(
in RID canvas
,
in RID item
,
in Vector2 mirroring
)

Meta