Enum PathfindingRequest.PathType
Describes how to calculate a path.
Namespace: AlchemyBow.Navigation
Assembly: AlchemyBow.Navigation.dll
Syntax
public enum PathType
Fields
| Name | Description |
|---|---|
| Exact | Both a face path and a waypoint path are computed. The waypoint path contains all important points. |
| FaceOnly | Only the face path is computed. |
| Optimized | Both a face path and a waypoint path are computed. The waypoint path contains only corner points independent of the y axis. |