AStarNavigator Class |
Namespace: ff14bot.Navigation
public class AStarNavigator : NavigationProvider
The AStarNavigator type exposes the following members.
Name | Description | |
---|---|---|
AStarNavigator | ||
AStarNavigator(Graph) |
Name | Description | |
---|---|---|
CurrentArcPath | ||
CurrentMovePath | ||
IsCurrent |
Gets a bool that indicates whether this is the current navigation provider.
(Inherited from NavigationProvider.) | |
PathPrecision | ||
PathPrecisionSqr |
Name | Description | |
---|---|---|
AtLocation | (Overrides NavigationProviderAtLocation(Vector3, Vector3).) | |
CanFullyNavigateFrom |
Check if multiple locations can be path from to one specific spot
This is an external asynchronous task, and should not be awaited
directly from coroutines. See ExternalTask(Task) (Inherited from NavigationProvider.) | |
CanFullyNavigateTo(IEnumerableCanFullyNavigateTarget) | ||
CanFullyNavigateTo(ICollectionCanFullyNavigateTarget) |
Check if multiple locations can be pathed to on the current zone
(Inherited from NavigationProvider.) | |
CanFullyNavigateTo(ICollectionCanFullyNavigateTarget, Vector3, UInt16) |
Check if multiple locations can be pathed to on the given zoneid
This is an external asynchronous task, and should not be awaited
directly from coroutines. See ExternalTask(Task) (Inherited from NavigationProvider.) | |
CanFullyNavigateToAsync(IEnumerableCanFullyNavigateTarget) | ||
CanFullyNavigateToAsync(IEnumerableCanFullyNavigateTarget, Vector3, UInt16) | ||
CanNavigateFully | ||
Clear | ||
ClearStuckInfo | Clears the stuck handler information. (Inherited from NavigationProvider.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GeneratePath | ||
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
LookupPathInfo |
Looks up the information of a path going to an object.
(Inherited from NavigationProvider.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
MovePath | ||
MoveTo | (Overrides NavigationProviderMoveTo(MoveToParameters).) | |
MoveToRandomSpotWithin | ||
OnPulse | (Overrides NavigationProviderOnPulse.) | |
OnRemoveAsCurrent |
Called when this NavigationProvider is removed as the current by assigning a different provider to NavigationProvider.
(Inherited from NavigationProvider.) | |
OnSetAsCurrent |
Called when this NavigationProvider is set as the current by assigning it to NavigationProvider.
(Inherited from NavigationProvider.) | |
SamplePointsAsync | Samples the navigator for points. (Inherited from NavigationProvider.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |