forked from mirror/DotRecast
update comment
This commit is contained in:
parent
9ebaa3fc65
commit
31b7eaf9a3
|
@ -8,18 +8,11 @@
|
|||
public float weightSide;
|
||||
public float weightToi;
|
||||
public float horizTime;
|
||||
public int gridSize;
|
||||
public int gridSize; // < grid
|
||||
public int adaptiveDivs; // < adaptive
|
||||
public int adaptiveRings; // < adaptive
|
||||
public int adaptiveDepth; // < adaptive
|
||||
|
||||
/// < grid
|
||||
public int adaptiveDivs;
|
||||
|
||||
/// < adaptive
|
||||
public int adaptiveRings;
|
||||
|
||||
/// < adaptive
|
||||
public int adaptiveDepth;
|
||||
|
||||
/// < adaptive
|
||||
public DtObstacleAvoidanceParams()
|
||||
{
|
||||
velBias = 0.4f;
|
||||
|
|
Loading…
Reference in New Issue