Piccolo.NET

PNode.RemoveChild Method (PNode)

Remove the given child from this node's children list.

public virtual PNode RemoveChild(
   PNode child
);

Parameters

child
The child to remove.

Return Value

The removed child.

Remarks

Any subsequent children are shifted to the left (one is subtracted from their indices). The removed child’s parent is set to null.

See Also

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