Skip to content

Group

在场景图中作为其他图形的容器。参考 SVG g

ts
const group = new Group();
group.appendChild(circle);

group.transform.x = 100;