Recast Navigation
Navigation-mesh Toolset for Games
|
Provides neighbor data for agents managed by the crowd. More...
#include <DetourCrowd.h>
Public Attributes | |
int | idx |
The index of the neighbor in the crowd. More... | |
float | dist |
The distance between the current agent and the neighbor. More... | |
Provides neighbor data for agents managed by the crowd.
float dtCrowdNeighbour::dist |
The distance between the current agent and the neighbor.
int dtCrowdNeighbour::idx |
The index of the neighbor in the crowd.