A* Pathfinding Project
3.1.4
The A* Pathfinding Project for Unity 3D
|
Public Member Functions | |
void | SetState (bool open) |
void | Start () |
Public Attributes | |
int | closedtag = 1 |
int | opentag = 1 |
Private Member Functions | |
void | OnGUI () |
void | Update () |
Private Attributes | |
Bounds | bounds |
bool | open = false |