简体中文
主题
circle() 方法创建圆形。
circle()
var ctx = node.getComponent(cc.Graphics); ctx.circle(200, 200, 200); ctx.stroke();
返回 Graphics 组件参考