C# Class EpPathFinding.cs.BaseGrid

Afficher le fichier Open project: juhgiyo/EpPathFinding.cs Class Usage Examples

Protected Properties

Свойство Type Description
m_gridRect GridRect

Méthodes publiques

Méthode Description
BaseGrid ( ) : System
BaseGrid ( BaseGrid b ) : System
Clone ( ) : BaseGrid
GetNeighbors ( Node iNode, bool iCrossCorners, bool iCrossAdjacentPoint ) : List
GetNodeAt ( EpPathFinding.cs.GridPos iPos ) : Node
GetNodeAt ( int iX, int iY ) : Node
IsWalkableAt ( EpPathFinding.cs.GridPos iPos ) : bool
IsWalkableAt ( int iX, int iY ) : bool
Reset ( ) : void
SetWalkableAt ( EpPathFinding.cs.GridPos iPos, bool iWalkable ) : bool
SetWalkableAt ( int iX, int iY, bool iWalkable ) : bool

Method Details

BaseGrid() public méthode

public BaseGrid ( ) : System
Résultat System

BaseGrid() public méthode

public BaseGrid ( BaseGrid b ) : System
b BaseGrid
Résultat System

Clone() public abstract méthode

public abstract Clone ( ) : BaseGrid
Résultat BaseGrid

GetNeighbors() public méthode

public GetNeighbors ( Node iNode, bool iCrossCorners, bool iCrossAdjacentPoint ) : List
iNode Node
iCrossCorners bool
iCrossAdjacentPoint bool
Résultat List

GetNodeAt() public abstract méthode

public abstract GetNodeAt ( EpPathFinding.cs.GridPos iPos ) : Node
iPos EpPathFinding.cs.GridPos
Résultat Node

GetNodeAt() public abstract méthode

public abstract GetNodeAt ( int iX, int iY ) : Node
iX int
iY int
Résultat Node

IsWalkableAt() public abstract méthode

public abstract IsWalkableAt ( EpPathFinding.cs.GridPos iPos ) : bool
iPos EpPathFinding.cs.GridPos
Résultat bool

IsWalkableAt() public abstract méthode

public abstract IsWalkableAt ( int iX, int iY ) : bool
iX int
iY int
Résultat bool

Reset() public abstract méthode

public abstract Reset ( ) : void
Résultat void

SetWalkableAt() public abstract méthode

public abstract SetWalkableAt ( EpPathFinding.cs.GridPos iPos, bool iWalkable ) : bool
iPos EpPathFinding.cs.GridPos
iWalkable bool
Résultat bool

SetWalkableAt() public abstract méthode

public abstract SetWalkableAt ( int iX, int iY, bool iWalkable ) : bool
iX int
iY int
iWalkable bool
Résultat bool

Property Details

m_gridRect protected_oe property

protected GridRect,EpPathFinding.cs m_gridRect
Résultat GridRect