Recast Navigation
Navigation-mesh Toolset for Games
dtCrowdNeighbour Struct Reference

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...
 

Description

Provides neighbor data for agents managed by the crowd.

See also
dtCrowdAgent::neis, dtCrowd

Member Data Documentation

◆ dist

float dtCrowdNeighbour::dist

The distance between the current agent and the neighbor.

◆ idx

int dtCrowdNeighbour::idx

The index of the neighbor in the crowd.


The documentation for this struct was generated from the following file: