C# Class Pathfinding.GridGraphEditor

Inheritance: GraphEditor
Afficher le fichier Open project: jgirald/ES2015F

Méthodes publiques

Свойство Type Description
isMouseDown bool

Protected Properties

Свойство Type Description
ChannelUseNames string[]

Méthodes publiques

Méthode Description
DrawFirstSection ( GridGraph graph ) : void
DrawIsometricField ( GridGraph graph ) : void
DrawLastSection ( GridGraph graph ) : void
DrawPenaltyModifications ( GridGraph graph ) : void
DrawPositionField ( GridGraph graph ) : void
DrawWidthDepthFields ( GridGraph graph ) : void
OnInspectorGUI ( NavGraph target ) : void
OnSceneGUI ( NavGraph target ) : void
PivotPointSelector ( GridPivot pivot ) : GridPivot
RoundVector3 ( Vector3 v ) : Vector3
SnapSizeToNodes ( int newWidth, int newDepth, GridGraph graph ) : void

Méthodes protégées

Méthode Description
DrawCollisionEditor ( GraphCollision collision ) : void
DrawCutCorners ( GridGraph graph ) : void
DrawErosion ( GridGraph graph ) : void
DrawJPS ( GridGraph graph ) : void
DrawMaxClimb ( GridGraph graph ) : void
DrawMaxSlope ( GridGraph graph ) : void
DrawMiddleSection ( GridGraph graph ) : void
DrawNeighbours ( GridGraph graph ) : void
DrawTextureData ( GridGraph data, GridGraph graph ) : void
DrawUse2DPhysics ( GraphCollision collision ) : void

Private Methods

Méthode Description
SaveReferenceTexture ( GridGraph graph ) : void

Method Details

DrawCollisionEditor() protected méthode

protected DrawCollisionEditor ( GraphCollision collision ) : void
collision GraphCollision
Résultat void

DrawCutCorners() protected méthode

protected DrawCutCorners ( GridGraph graph ) : void
graph GridGraph
Résultat void

DrawErosion() protected méthode

protected DrawErosion ( GridGraph graph ) : void
graph GridGraph
Résultat void

DrawFirstSection() public méthode

public DrawFirstSection ( GridGraph graph ) : void
graph GridGraph
Résultat void

DrawIsometricField() public méthode

public DrawIsometricField ( GridGraph graph ) : void
graph GridGraph
Résultat void

DrawJPS() protected méthode

protected DrawJPS ( GridGraph graph ) : void
graph GridGraph
Résultat void

DrawLastSection() public méthode

public DrawLastSection ( GridGraph graph ) : void
graph GridGraph
Résultat void

DrawMaxClimb() protected méthode

protected DrawMaxClimb ( GridGraph graph ) : void
graph GridGraph
Résultat void

DrawMaxSlope() protected méthode

protected DrawMaxSlope ( GridGraph graph ) : void
graph GridGraph
Résultat void

DrawMiddleSection() protected méthode

protected DrawMiddleSection ( GridGraph graph ) : void
graph GridGraph
Résultat void

DrawNeighbours() protected méthode

protected DrawNeighbours ( GridGraph graph ) : void
graph GridGraph
Résultat void

DrawPenaltyModifications() public méthode

public DrawPenaltyModifications ( GridGraph graph ) : void
graph GridGraph
Résultat void

DrawPositionField() public méthode

public DrawPositionField ( GridGraph graph ) : void
graph GridGraph
Résultat void

DrawTextureData() protected méthode

protected DrawTextureData ( GridGraph data, GridGraph graph ) : void
data GridGraph
graph GridGraph
Résultat void

DrawUse2DPhysics() protected méthode

protected DrawUse2DPhysics ( GraphCollision collision ) : void
collision GraphCollision
Résultat void

DrawWidthDepthFields() public méthode

public DrawWidthDepthFields ( GridGraph graph ) : void
graph GridGraph
Résultat void

OnInspectorGUI() public méthode

public OnInspectorGUI ( NavGraph target ) : void
target NavGraph
Résultat void

OnSceneGUI() public méthode

public OnSceneGUI ( NavGraph target ) : void
target NavGraph
Résultat void

PivotPointSelector() public static méthode

public static PivotPointSelector ( GridPivot pivot ) : GridPivot
pivot GridPivot
Résultat GridPivot

RoundVector3() public static méthode

public static RoundVector3 ( Vector3 v ) : Vector3
v UnityEngine.Vector3
Résultat UnityEngine.Vector3

SnapSizeToNodes() public méthode

public SnapSizeToNodes ( int newWidth, int newDepth, GridGraph graph ) : void
newWidth int
newDepth int
graph GridGraph
Résultat void

Property Details

ChannelUseNames protected_oe static_oe property

protected static string[] ChannelUseNames
Résultat string[]

isMouseDown public_oe property

public bool isMouseDown
Résultat bool