Rebornbuddy
|
Public Member Functions | |
AStarPath (Vector3 start, Vector3 end, Graph mesh, TimeSpan generationTime, bool success, IEnumerable< int > pathHops=null, bool isPartialPath=false, PathGenerationFailStep failStep=PathGenerationFailStep.Success) | |
Vector3 | GetHopPoint (int index) |
Properties | |
Vector3 | Start [get] |
Vector3 | End [get] |
Graph | Mesh [get] |
IndexedList< int > | Nodes [get] |
TimeSpan | GenerationTime [get] |
bool | IsPartialPath [get] |
bool | Success [get] |
PathGenerationFailStep | FailStep [get] |
int | CurrentNode [get] |
Vector3 | CurrentNodePoint [get] |
Pathfinding.AStarPath.AStarPath | ( | Vector3 | start, |
Vector3 | end, | ||
Graph | mesh, | ||
TimeSpan | generationTime, | ||
bool | success, | ||
IEnumerable< int > | pathHops = null, | ||
bool | isPartialPath = false, | ||
PathGenerationFailStep | failStep = PathGenerationFailStep::Success ) |
Vector3 Pathfinding.AStarPath.GetHopPoint | ( | int | index | ) |
|
get |
|
get |
|
get |
|
get |
|
get |
|
get |
|
get |
|
get |
|
get |
|
get |