Function NavGraph.GetNodes

GetNodes (System.Action<GraphNode> action)

Calls a delegate with all nodes in the graph.

Public Abstract
GetNodes (System.Func<GraphNode, bool> action)

Calls a delegate with all nodes in the graph until the delegate returns false.

Public