A* Pathfinding Project
3.1.4
The A* Pathfinding Project for Unity 3D
|
Public Member Functions | |
void | OnGUI () |
void | Start () |
Public Attributes | |
int | yOffset = 5 |
Private Attributes | |
AstarPath | astar |
string | cachedText |
float | lastUpdate = -9999 |
int | maxNodePool = 0 |
int | maxVecPool = 0 |
StringBuilder | text = new StringBuilder() |