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
- Source code: pixi/primitives/Graphics.js (Line 183)
Please login to continue.