PNode.IndexOfChild Method
Return the index where the given child is stored.
public virtual
int IndexOfChild(
PNode child);
Parameters
- child
- The child whose index is desired.
Return Value
The index of the given child.
See Also
PNode Class | UMD.HCIL.Piccolo Namespace