Method | Description | |
---|---|---|
AddNode ( |
Adds new node as a child.
|
|
GetNode ( int i ) : |
Gets child node at index.
|
|
RemoveNode ( |
Removes child node.
|
public abstract AddNode ( |
||
node | Node to be added as child. | |
return | bool |
public abstract GetNode ( int i ) : |
||
i | int | Index of child node to get. |
return |
public abstract RemoveNode ( |
||
node | Child node to remove. | |
return | bool |