#Get cubes from groups
9 messages · Page 1 of 1 (latest)
Yeah, and then I can get cubes from the group? for example my Head group
Group.all[0].children.filter(e => e instanceof Cube)
O yes thank you
more specifically js Group.all.find(e => e.name === "head").children.filter(e => e instanceof Cube)