C# Class EpPathFinding.Node

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

Méthodes publiques

Свойство Type Description
heuristicCurNodeToEndLen float?
heuristicStartToEndLen float
isClosed bool
isOpened bool
parent object
startToCurNodeLen float
walkable byte
x int
y int

Méthodes publiques

Méthode Description
Backtrace ( Node iNode ) : List
CompareTo ( object iObj ) : int
Equals ( Node p ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
Node ( Node b ) : System
Node ( int iX, int iY, byte iWalkable = null ) : System
Reset ( byte iWalkable = null ) : void
operator ( ) : bool

Method Details

Backtrace() public static méthode

public static Backtrace ( Node iNode ) : List
iNode Node
Résultat List

CompareTo() public méthode

public CompareTo ( object iObj ) : int
iObj object
Résultat int

Equals() public méthode

public Equals ( Node p ) : bool
p Node
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Node() public méthode

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

Node() public méthode

public Node ( int iX, int iY, byte iWalkable = null ) : System
iX int
iY int
iWalkable byte
Résultat System

Reset() public méthode

public Reset ( byte iWalkable = null ) : void
iWalkable byte
Résultat void

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

heuristicCurNodeToEndLen public_oe property

public float? heuristicCurNodeToEndLen
Résultat float?

heuristicStartToEndLen public_oe property

public float heuristicStartToEndLen
Résultat float

isClosed public_oe property

public bool isClosed
Résultat bool

isOpened public_oe property

public bool isOpened
Résultat bool

parent public_oe property

public object parent
Résultat object

startToCurNodeLen public_oe property

public float startToCurNodeLen
Résultat float

walkable public_oe property

public byte walkable
Résultat byte

x public_oe property

public int x
Résultat int

y public_oe property

public int y
Résultat int