Méthode | Description | |
---|---|---|
ApplyLinks ( ) : void | ||
AutoScan ( ) : bool | ||
Awake ( ) : void | ||
CalculateThreadCount ( ThreadCount count ) : int | ||
DataUpdate ( ) : void | ||
FindTagNames ( ) : string[] | ||
FloodFill ( ) : void | ||
FloodFill ( Node seed ) : void | ||
FloodFill ( Node seed, int area ) : void | ||
FlushGraphUpdates ( ) : void | ||
FlushThreadSafeCallbacks ( ) : void | ||
ForceCallThreadSafeCallbacks ( ) : void | ||
GetNearest ( Vector3 position ) : |
||
GetNearest ( Vector3 position, |
||
GetNearest ( Vector3 position, |
||
GetNearest ( Ray ray ) : Node | ||
GetNextPathID ( ) : ushort | ||
GetTagNames ( ) : string[] | ||
LogProfiler ( ) : void | ||
NodeCountChanged ( ) : void | ||
OnApplicationQuit ( ) : void | ||
OnDestroy ( ) : void | ||
QueueGraphUpdates ( ) : void | ||
RegisterSafeUpdate ( OnVoidDelegate callback, bool threadSafe ) : void | ||
ResetProfiler ( ) : void | ||
ReturnPaths ( bool timeSlice ) : void | ||
ReturnsPathsHandler ( ) : IEnumerator | ||
Scan ( ) : void | ||
ScanLoop ( ) : IEnumerable | ||
SetUpReferences ( ) : void | ||
StartPath ( Path p ) : void | ||
UpdateGraphs ( Bounds bounds ) : void | ||
UpdateGraphs ( Bounds bounds, float t ) : void | ||
UpdateGraphs ( GraphUpdateObject ob ) : void | ||
UpdateGraphs ( GraphUpdateObject ob, float t ) : void | ||
UpdatePathThreadInfoNodes ( ) : void | ||
WaitForPath ( Path p ) : void |
Méthode | Description | |
---|---|---|
AstarLog ( string s ) : void | ||
AstarLogError ( string s ) : void | ||
CalculatePaths ( System _threadInfo ) : IEnumerator | ||
CalculatePathsHandler ( System _threadData ) : IEnumerator | ||
CalculatePathsThreaded ( System _threadInfo ) : void | ||
DelayedGraphUpdate ( ) : IEnumerator | ||
DoUpdateGraphs ( ) : void | ||
Initialize ( ) : void | ||
IsPathPossible ( Node n1, Node n2 ) : bool | ||
LockThread ( System _astar ) : void | ||
LogPathResults ( Path p ) : void | ||
MenuScan ( ) : void | ||
OnDrawGizmos ( ) : void | ||
OnGUI ( ) : void | ||
ResetQueueStates ( ) : void | ||
TrickAbortThreads ( ) : void | ||
TryCallThreadSafeCallbacks ( ) : void | ||
Update ( ) : void | ||
UpdateGraphsInteral ( GraphUpdateObject ob, float t ) : IEnumerator | ||
WillBlockPath ( GraphUpdateObject ob, Node n1, Node n2 ) : bool |
public static CalculateThreadCount ( ThreadCount count ) : int | ||
count | ThreadCount | |
Résultat | int |
public FloodFill ( Node seed, int area ) : void | ||
seed | Node | |
area | int | |
Résultat | void |
public static ForceCallThreadSafeCallbacks ( ) : void | ||
Résultat | void |
public GetNearest ( Vector3 position ) : |
||
position | Vector3 | |
Résultat |
public GetNearest ( Vector3 position, |
||
position | Vector3 | |
constraint | ||
Résultat |
public GetNearest ( Vector3 position, |
||
position | Vector3 | |
constraint | ||
hint | Node | |
Résultat |
public static RegisterSafeUpdate ( OnVoidDelegate callback, bool threadSafe ) : void | ||
callback | OnVoidDelegate | |
threadSafe | bool | |
Résultat | void |
public ReturnPaths ( bool timeSlice ) : void | ||
timeSlice | bool | |
Résultat | void |
public ReturnsPathsHandler ( ) : IEnumerator | ||
Résultat | IEnumerator |
public UpdateGraphs ( Bounds bounds ) : void | ||
bounds | Bounds | |
Résultat | void |
public UpdateGraphs ( Bounds bounds, float t ) : void | ||
bounds | Bounds | |
t | float | |
Résultat | void |
public UpdateGraphs ( GraphUpdateObject ob ) : void | ||
ob | GraphUpdateObject | |
Résultat | void |
public UpdateGraphs ( GraphUpdateObject ob, float t ) : void | ||
ob | GraphUpdateObject | |
t | float | |
Résultat | void |
public UpdatePathThreadInfoNodes ( ) : void | ||
Résultat | void |
public static WaitForPath ( Path p ) : void | ||
p | Path | |
Résultat | void |
public static AstarDistribution Distribution | ||
Résultat | AstarDistribution |
public static OnVoidDelegate On65KOverflow | ||
Résultat | OnVoidDelegate |
public static OnVoidDelegate OnAwakeSettings | ||
Résultat | OnVoidDelegate |
public OnVoidDelegate OnDrawGizmosCallback | ||
Résultat | OnVoidDelegate |
public static OnGraphDelegate OnGraphPostScan | ||
Résultat | OnGraphDelegate |
public static OnGraphDelegate OnGraphPreScan | ||
Résultat | OnGraphDelegate |
public static OnScanDelegate OnGraphsUpdated | ||
Résultat | OnScanDelegate |
public OnVoidDelegate OnGraphsWillBeUpdated | ||
Résultat | OnVoidDelegate |
public OnVoidDelegate OnGraphsWillBeUpdated2 | ||
Résultat | OnVoidDelegate |
public static OnScanDelegate OnLatePostScan | ||
Résultat | OnScanDelegate |
public static OnPathDelegate OnPathPostSearch | ||
Résultat | OnPathDelegate |
public static OnPathDelegate OnPathPreSearch | ||
Résultat | OnPathDelegate |
public static OnScanDelegate OnPostScan | ||
Résultat | OnScanDelegate |
public static OnScanDelegate OnPreScan | ||
Résultat | OnScanDelegate |
public static System.Int64 TotalSearchTime | ||
Résultat | System.Int64 |
public static System.Int64 TotalSearchedNodes | ||
Résultat | System.Int64 |
public static Pathfinding.Util.LockFreeStack pathReturnStack | ||
Résultat | Pathfinding.Util.LockFreeStack |
public static IEnumerator threadEnumerator | ||
Résultat | IEnumerator |
public static PathThreadInfo[] threadInfos | ||
Résultat | PathThreadInfo[] |