Riwmorld
|
Public Member Functions | |
void | AddNode (int tile) |
int | ConsumeNextNode () |
void | Dispose () |
void | DrawPath (Caravan pathingCaravan) |
int | Peek (int nodesAhead) |
void | ReleaseToPool () |
void | SetupFound (float totalCost) |
override string | ToString () |
Static Public Member Functions | |
static WorldPath | NewNotFound () |
Public Attributes | |
bool | inUse |
Properties | |
int | FirstNode [get] |
bool | Found [get] |
int | LastNode [get] |
int | NodesLeftCount [get] |
List< int > | NodesReversed [get] |
static WorldPath | NotFound [get] |
float | TotalCost [get] |