简体中文
主题
clear() 方法用于清除之前绘制的任何内容。
clear()
update: function (dt) { var ctx = node.getComponent(cc.Graphics); ctx.clear(); ctx.circle(200, 200, 200); ctx.stroke(); }
返回 Graphics 组件参考