Parent

From Grooper Wiki
Revision as of 10:57, 23 November 2020 by Dgreenwood (talk | contribs)

In terms of a Node Tree structure, a "parent" is a node that has child objects (nodes created one level underneath the parent).

The parent node defines inheritance for children objects created underneath. It controls what child objects can be created underneath it, as well as what information is passed to and from the parent and child nodes.