Is there any easy way to find specific count of nodes close to target?
Hi
Not a specific number of nodes. However depending on what you need, you could use GridGraph.GetNodesInRegion or PathUtilities.BFS
BFS seems great, thanks.
Is there any easy way to find specific count of nodes close to target?
Hi
Not a specific number of nodes. However depending on what you need, you could use GridGraph.GetNodesInRegion or PathUtilities.BFS
BFS seems great, thanks.