Add child. Return parent for chaining.
Draw Node and its children on this canvas. This call their draw() methods recursively, using each Node2D transform. Usually you would take the one returned by the Game.canvas() call.
Returns the parent node of the current node, or null if the node lacks a parent.
Removes a child node. The node is NOT deleted and must be deleted manually.