Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
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 | |
Результат | int |
public static FindTagNames ( ) : string[] | ||
Результат | string[] |
public FloodFill ( Node seed, int area ) : void | ||
seed | Node | |
area | int | |
Результат | void |
public FlushThreadSafeCallbacks ( ) : void | ||
Результат | void |
public static ForceCallThreadSafeCallbacks ( ) : void | ||
Результат | void |
public GetNearest ( Vector3 position ) : |
||
position | Vector3 | |
Результат |
public GetNearest ( Vector3 position, |
||
position | Vector3 | |
constraint | ||
Результат |
public GetNearest ( Vector3 position, |
||
position | Vector3 | |
constraint | ||
hint | Node | |
Результат |
public static RegisterSafeUpdate ( OnVoidDelegate callback, bool threadSafe ) : void | ||
callback | OnVoidDelegate | |
threadSafe | bool | |
Результат | void |
public ReturnPaths ( bool timeSlice ) : void | ||
timeSlice | bool | |
Результат | void |
public ReturnsPathsHandler ( ) : IEnumerator | ||
Результат | IEnumerator |
public static StartPath ( Path p ) : void | ||
p | Path | |
Результат | void |
public UpdateGraphs ( Bounds bounds ) : void | ||
bounds | Bounds | |
Результат | void |
public UpdateGraphs ( Bounds bounds, float t ) : void | ||
bounds | Bounds | |
t | float | |
Результат | void |
public UpdateGraphs ( GraphUpdateObject ob ) : void | ||
ob | GraphUpdateObject | |
Результат | void |
public UpdateGraphs ( GraphUpdateObject ob, float t ) : void | ||
ob | GraphUpdateObject | |
t | float | |
Результат | void |
public UpdatePathThreadInfoNodes ( ) : void | ||
Результат | void |
public static WaitForPath ( Path p ) : void | ||
p | Path | |
Результат | void |
public static AstarDistribution Distribution | ||
Результат | AstarDistribution |
public static OnVoidDelegate On65KOverflow | ||
Результат | OnVoidDelegate |
public static OnVoidDelegate OnAwakeSettings | ||
Результат | OnVoidDelegate |
public OnVoidDelegate OnDrawGizmosCallback | ||
Результат | OnVoidDelegate |
public static OnGraphDelegate OnGraphPostScan | ||
Результат | OnGraphDelegate |
public static OnGraphDelegate OnGraphPreScan | ||
Результат | OnGraphDelegate |
public static OnScanDelegate OnGraphsUpdated | ||
Результат | OnScanDelegate |
public OnVoidDelegate OnGraphsWillBeUpdated | ||
Результат | OnVoidDelegate |
public OnVoidDelegate OnGraphsWillBeUpdated2 | ||
Результат | OnVoidDelegate |
public static OnScanDelegate OnLatePostScan | ||
Результат | OnScanDelegate |
public static OnPathDelegate OnPathPostSearch | ||
Результат | OnPathDelegate |
public static OnPathDelegate OnPathPreSearch | ||
Результат | OnPathDelegate |
public static OnScanDelegate OnPostScan | ||
Результат | OnScanDelegate |
public static OnScanDelegate OnPreScan | ||
Результат | OnScanDelegate |
public static System.Int64 TotalSearchTime | ||
Результат | System.Int64 |
public static System.Int64 TotalSearchedNodes | ||
Результат | System.Int64 |
public static Pathfinding.Util.LockFreeStack pathReturnStack | ||
Результат | Pathfinding.Util.LockFreeStack |
public static IEnumerator threadEnumerator | ||
Результат | IEnumerator |
public static PathThreadInfo[] threadInfos | ||
Результат | PathThreadInfo[] |