A* Pathfinding Project  4.3.7
The A* Pathfinding Project for Unity 3D
RuleElevationPenaltyEditor Class Reference

Editor for Pathfinding.RuleElevationPenalty. More...

Detailed Description

Public Member Functions

void OnInspectorGUI (GridGraph graph, GridGraphRule rule)
 
void OnSceneGUI (GridGraph graph, GridGraphRule rule)
 

Static Protected Attributes

static readonly Color GizmoColorMax = new Color(222.0f/255, 113.0f/255, 33.0f/255, 0.5f)
 
static readonly Color GizmoColorMin = new Color(33.0f/255, 104.0f/255, 222.0f/255, 0.5f)
 

Private Attributes

float lastChangedTime = -10000
 

Member Function Documentation

◆ OnInspectorGUI()

void OnInspectorGUI ( GridGraph  graph,
GridGraphRule  rule 
)

Implements IGridGraphRuleEditor.

◆ OnSceneGUI()

void OnSceneGUI ( GridGraph  graph,
GridGraphRule  rule 
)

Implements IGridGraphRuleEditor.

Member Data Documentation

◆ GizmoColorMax

readonly Color GizmoColorMax = new Color(222.0f/255, 113.0f/255, 33.0f/255, 0.5f)
staticprotected

◆ GizmoColorMin

readonly Color GizmoColorMin = new Color(33.0f/255, 104.0f/255, 222.0f/255, 0.5f)
staticprotected

◆ lastChangedTime

float lastChangedTime = -10000
private

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