|
A* Pathfinding Project
3.1.4
The A* Pathfinding Project for Unity 3D
|
Inheritance diagram for AstarDebugger:
Collaboration diagram for AstarDebugger: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() |