Returns true if this node needs to be executed asyncron.
This usually true, when
Make optimization-work before ordering
Removes this node from the parent node. Deletes the parent-object afterwards.
Sets a new parent. First, removes this node from the parent node and deletes the parent-object. Aftwards applies this node to the new parent and sets the parent-object.
Generated using TypeDoc
Adds this node to the parent nodes. If
newParent
is provided, sets this one asparent
.