Piccolo.NET

PNode.AddChild Method (Int32, PNode)

Add a node to be a new child of this node at the specified index.

public virtual void AddChild(
   int index,
   PNode child
);

Parameters

index
The index at which to add the new child.
child
The new child to add to this node.

Remarks

If child was previously a child of another node, it is removed from that node first.

See Also

PNode Class | UMD.HCIL.Piccolo Namespace | PNode.AddChild Overload List