var graphics = new PIXI.Graphics();. // set a line style. graphics.lineStyle(4, 0xffd900, 1);. // draw a shape. graphics.moveTo(50,50);.
確定! 回上一頁