Function GraphUtilities.GetContours

GetContours (GridGraph grid, System.Action<Vector3[]> callback, float yMergeThreshold, GridNodeBase[] nodes=null, System.Func<GraphNode,GraphNode, bool> connectionFilter=null)

Finds all contours of a collection of nodes in a grid graph.

Public Static
GetContours (NavGraph graph)

Convenience method to get a list of all segments of the contours of a graph.

Public Static
GetContours (NavmeshBase navmesh, System.Action<List<Int3>, bool> results)

Traces the contour of a navmesh.

Public Static