简体中文
主题
moveTo() 用于表示一条路径的起点。
moveTo()
var ctx = node.getComponent(cc.Graphics); ctx.moveTo(0, 0); ctx.lineTo(300, 150); ctx.stroke();
返回 Graphics 组件参考