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