Polygon Dash
|
A depth-first-search traversal algorithm. More...
Public Member Functions | |
void | Traverse (SceneNode node, void delegate(SceneNode) operation) |
Traverse through a tree using DFS. | |
Public Member Functions inherited from ITraversalAlgorithm |
A depth-first-search traversal algorithm.
Traverse through a tree using DFS.
node | the root node. |
operation | the operation to perform at each node. |
Implements ITraversalAlgorithm.