Method | Description | |
---|---|---|
CeilToPower2 ( int number ) : int | ||
GetPath ( MapCoordinate startPoint, MapCoordinate endPoint ) : Stack |
Gets a path from the startPoint to the endPoint. Or null if there are no possible points
|
public static CeilToPower2 ( int number ) : int | ||
number | int | |
return | int |
public static GetPath ( MapCoordinate startPoint, MapCoordinate endPoint ) : Stack |
||
startPoint | MapCoordinate | |
endPoint | MapCoordinate | |
return | Stack |