Property | Type | Description | |
---|---|---|---|
heuristicCurNodeToEndLen | float? | ||
heuristicStartToEndLen | float | ||
isClosed | bool | ||
isOpened | bool | ||
parent | Object | ||
startToCurNodeLen | float | ||
walkable | bool | ||
x | int | ||
y | int |
Method | Description | |
---|---|---|
Backtrace ( |
||
CompareTo ( object iObj ) : int | ||
Equals ( |
||
Equals ( System obj ) : bool | ||
GetHashCode ( ) : int | ||
Node ( |
||
Node ( int iX, int iY, bool iWalkable = null ) : System | ||
Reset ( bool iWalkable = null ) : void | ||
operator ( ) : bool |
public static Backtrace ( |
||
iNode | ||
return | List |
public Node ( int iX, int iY, bool iWalkable = null ) : System | ||
iX | int | |
iY | int | |
iWalkable | bool | |
return | System |