C# Class Pathfinding.LayerGridGraphEditor

Inheritance: GridGraphEditor
显示文件 Open project: jgirald/ES2015F

Public Methods

Method Description
OnInspectorGUI ( NavGraph target ) : void

Protected Methods

Method Description
DrawCollisionEditor ( GraphCollision collision ) : void
DrawCutCorners ( GridGraph graph ) : void
DrawJPS ( GridGraph graph ) : void
DrawMaxClimb ( GridGraph graph ) : void
DrawMiddleSection ( GridGraph graph ) : void
DrawNeighbours ( GridGraph graph ) : void
DrawTextureData ( GridGraph data, GridGraph graph ) : void
DrawUse2DPhysics ( GraphCollision collision ) : void

Method Details

DrawCollisionEditor() protected method

protected DrawCollisionEditor ( GraphCollision collision ) : void
collision GraphCollision
return void

DrawCutCorners() protected method

protected DrawCutCorners ( GridGraph graph ) : void
graph GridGraph
return void

DrawJPS() protected method

protected DrawJPS ( GridGraph graph ) : void
graph GridGraph
return void

DrawMaxClimb() protected method

protected DrawMaxClimb ( GridGraph graph ) : void
graph GridGraph
return void

DrawMiddleSection() protected method

protected DrawMiddleSection ( GridGraph graph ) : void
graph GridGraph
return void

DrawNeighbours() protected method

protected DrawNeighbours ( GridGraph graph ) : void
graph GridGraph
return void

DrawTextureData() protected method

protected DrawTextureData ( GridGraph data, GridGraph graph ) : void
data GridGraph
graph GridGraph
return void

DrawUse2DPhysics() protected method

protected DrawUse2DPhysics ( GraphCollision collision ) : void
collision GraphCollision
return void

OnInspectorGUI() public method

public OnInspectorGUI ( NavGraph target ) : void
target NavGraph
return void