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