A* Pathfinding Project  3.6
The A* Pathfinding Project for Unity 3D
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Events Macros Groups Pages
GraphUpdateSceneEditor Class Reference

Editor for GraphUpdateScene. More...

Detailed Description

Editor for GraphUpdateScene.

Public Member Functions

override void OnInspectorGUI ()
 
void OnSceneGUI ()
 

Private Attributes

int lastUndoGroup = 0
 
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)
 

Member Function Documentation

override void OnInspectorGUI ( )
void OnSceneGUI ( )

Member Data Documentation

int lastUndoGroup = 0
private
Color PointColor = new Color (1,0.36F,0,0.6F)
staticprivate
const float pointGizmosRadius = 0.09F
private
Color PointSelectedColor = new Color (1,0.24F,0,1.0F)
staticprivate
int selectedPoint = -1
private

The documentation for this class was generated from the following file: