C# Class EpPathFinding.BaseGrid

Afficher le fichier Open project: OpenNos/OpenNos Class Usage Examples

Protected Properties

Свойство Type Description
MGridRect 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.GridPos iPos ) : Node
GetNodeAt ( int iX, int iY ) : Node
IsWalkableAt ( EpPathFinding.GridPos iPos ) : bool
IsWalkableAt ( int iX, int iY ) : bool
Reset ( ) : void
SetWalkableAt ( EpPathFinding.GridPos iPos, byte iWalkable ) : bool
SetWalkableAt ( int iX, int iY, byte 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.GridPos iPos ) : Node
iPos EpPathFinding.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.GridPos iPos ) : bool
iPos EpPathFinding.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.GridPos iPos, byte iWalkable ) : bool
iPos EpPathFinding.GridPos
iWalkable byte
Résultat bool

SetWalkableAt() public abstract méthode

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

Property Details

MGridRect protected_oe property

protected GridRect,EpPathFinding MGridRect
Résultat GridRect