blueprint.addChild
Adds a member as a child of another member.
js
blueprint.addChild(name, parentName, childName)Parameters
name- An identifier used when referencing the created blueprint.parentName- An identifier used when referencing the parent of the created blueprint.childName- An identifier used when referencing the child created blueprint.
Example
js
blueprint.addChild("Default");