forked from mirror/DotRecast
update comment in DtCrowdNeighbour
This commit is contained in:
parent
1894a56889
commit
76e5ade4d1
|
@ -5,12 +5,9 @@
|
|||
/// @see dtCrowdAgent::neis, dtCrowd
|
||||
public readonly struct DtCrowdNeighbour
|
||||
{
|
||||
public readonly DtCrowdAgent agent;
|
||||
|
||||
/// < The index of the neighbor in the crowd.
|
||||
public readonly float dist;
|
||||
|
||||
/// < The distance between the current agent and the neighbor.
|
||||
public readonly DtCrowdAgent agent; // < The index of the neighbor in the crowd.
|
||||
public readonly float dist; // < The distance between the current agent and the neighbor.
|
||||
|
||||
public DtCrowdNeighbour(DtCrowdAgent agent, float dist)
|
||||
{
|
||||
this.agent = agent;
|
||||
|
|
Loading…
Reference in New Issue