moveTo(x, y) → {PIXI.Graphics}
Moves the current drawing position to x, y.
Parameters
Name Type Description x Number the X coordinate to move to y Number the Y coordinate to move to
Returns
PIXI.Graphics -
Inherited From PIXI.Graphics#moveTo Source code: pixi/primitives/Graphics.js (Line 183)