Planeshift
dtCrowdNeighbour Struct Reference

Provides neighbor data for agents managed by the crowd. More...

#include <DetourCrowd.h>

Public Attributes

float dist
 The distance between the current agent and the neighbor. More...
 
int idx
 The index of the neighbor in the crowd. More...
 

Detailed Description

Provides neighbor data for agents managed by the crowd.

See also
dtCrowdAgent::neis, dtCrowd

Definition at line 51 of file DetourCrowd.h.

Member Data Documentation

float dtCrowdNeighbour::dist

The distance between the current agent and the neighbor.

Definition at line 54 of file DetourCrowd.h.

int dtCrowdNeighbour::idx

The index of the neighbor in the crowd.

Definition at line 53 of file DetourCrowd.h.


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