add(child)
Append a renderable to the list of this node's children. This produces a new RenderNode in the tree. Note: Does not double-wrap if child is a RenderNode already.
Parameters
child
Object
renderable object
Returns
RenderNode
new render node wrapping child