Function RVOObstacleCache.CollectContours

CollectContours (List<GraphNode> nodes, NativeList<ObstacleSegment> obstacles)

Collects an unordered list of contour segments based on the given nodes.

Public Static
void CollectContours (

List<GraphNode>

nodes

NativeList<ObstacleSegment>

obstacles

)

Collects an unordered list of contour segments based on the given nodes.

Note

All nodes must be from the same graph.