Function NavMeshGraph.GetNodes

GetNodes (System.Action<GraphNode> action)

Calls a delegate with all nodes in the graph.

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

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

Public