A* Pathfinding Project
3.7.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 |
bool | updateGraphsWithGUO = true |
float | yOffset = 5 |
Private Member Functions | |
void | OnGUI () |
Private Attributes | |
Bounds | bounds |
bool | open = false |
|
private |
void SetState | ( | bool | open | ) |
void Start | ( | ) |
|
private |
int closedtag = 1 |
|
private |
int opentag = 1 |
bool updateGraphsWithGUO = true |
float yOffset = 5 |