Свойство | Type | Description | |
---|---|---|---|
callback | OnPathDelegate | ||
duration | float | ||
enabledTags | int | ||
heuristic | Heuristic | ||
heuristicScale | float | ||
immediateCallback | OnPathDelegate | ||
nnConstraint | NNConstraint | ||
path | List |
||
searchIterations | int | ||
searchedNodes | int | ||
vectorPath | List |
Свойство | Type | Description | |
---|---|---|---|
currentR | PathNode | ||
hTarget | Int3 | ||
hTargetNode | GraphNode | ||
hasBeenReset | bool | ||
internalTagPenalties | int[] | ||
manualTagPenalties | int[] | ||
maxFrameTime | float |
Méthode | Description | |
---|---|---|
AdvanceState ( ) : void | ||
AdvanceState ( PathState s ) : void | ||
CalculateHScore ( |
||
CalculateStep ( long targetTick ) : void | ||
CanTraverse ( |
||
Claim ( System o ) : void | ||
Cleanup ( ) : void | ||
DebugString ( PathLog logMode ) : string | ||
Error ( ) : void | ||
ForceLogError ( string msg ) : void | ||
GetConnectionSpecialCost ( |
||
GetHTarget ( ) : |
||
GetState ( ) : PathState | ||
GetTagPenalty ( int tag ) : uint | ||
GetTotalLength ( ) : float | ||
GetTraversalCost ( |
||
Initialize ( ) : void | ||
IsDone ( ) : bool | ||
Log ( string msg ) : void | ||
OnEnterPool ( ) : void | ||
Prepare ( ) : void | ||
PrepareBase ( PathHandler pathHandler ) : void | ||
Release ( System o ) : void | ||
ReleaseSilent ( System o ) : void | ||
Reset ( ) : void | ||
ReturnPath ( ) : void | ||
WaitForPath ( ) : IEnumerator |
Méthode | Description | |
---|---|---|
HasExceededTime ( int searchedNodes, long targetTime ) : bool | ||
Recycle ( ) : void | ||
Trace ( PathNode from ) : void |
Méthode | Description | |
---|---|---|
ErrorCheck ( ) : void | ||
LogError ( string msg ) : void |
public CalculateHScore ( |
||
node | ||
Résultat | uint |
public abstract CalculateStep ( long targetTick ) : void | ||
targetTick | long | |
Résultat | void |
public CanTraverse ( |
||
node | ||
Résultat | bool |
public DebugString ( PathLog logMode ) : string | ||
logMode | PathLog | |
Résultat | string |
public GetConnectionSpecialCost ( |
||
a | ||
b | ||
currentCost | uint | |
Résultat | uint |
public GetTraversalCost ( |
||
node | ||
Résultat | uint |
protected HasExceededTime ( int searchedNodes, long targetTime ) : bool | ||
searchedNodes | int | |
targetTime | long | |
Résultat | bool |
public PrepareBase ( PathHandler pathHandler ) : void | ||
pathHandler | PathHandler | |
Résultat | void |
public OnPathDelegate immediateCallback | ||
Résultat | OnPathDelegate |