A* Pathfinding Project
3.1.4
The A* Pathfinding Project for Unity 3D
|
Public Member Functions | |
override void | OnInspectorGUI () |
void | OnSceneGUI () |
Private Attributes | |
const float | pointGizmosRadius = 0.09F |
int | selectedPoint = -1 |
Static Private Attributes | |
static Color | PointColor = new Color (1,0.36F,0,0.6F) |
static Color | PointSelectedColor = new Color (1,0.24F,0,1.0F) |