children( )
Studio is being deprecated, please head over to the documentation page for Mattercraft, our most advanced 3D tool for the web, where you can find the most recent information and tutorials.
children() : Node[];
Gets the children of the group.
Returns
Section titled “Returns”The children of the group as an array of Z.Node objects.
Example
Section titled “Example”var myobjects = mygroup.children();