Function VisualServerSingleton.canvasSetItemMirroring

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

void canvasSetItemMirroring (
  const(RID) canvas,
  const(RID) item,
  const(Vector2) mirroring
) nothrow @nogc;