C# Class EpPathFinding.cs.Node

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
Backtrace ( Node iNode ) : List
CompareTo ( object iObj ) : int
Equals ( Node p ) : bool
Equals ( System obj ) : bool
GetHashCode ( ) : int
Node ( Node b ) : System
Node ( int iX, int iY, bool iWalkable = null ) : System
Reset ( bool 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 ( System obj ) : bool
obj System
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, bool iWalkable = null ) : System
iX int
iY int
iWalkable bool
Résultat System

Reset() public méthode

public Reset ( bool iWalkable = null ) : void
iWalkable bool
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 bool walkable
Résultat bool

x public_oe property

public int x
Résultat int

y public_oe property

public int y
Résultat int