Empeld
Empeld plugin documentation.
|
World pathing is a helper class to assist in using the pathing job to figure out how to get from point a to point b More...
Public Member Functions | |
WorldPathing (Func< Vector3i, Vector3i, IPathingEngine > engine) | |
WorldPathing (IPathCostEngine costEngine) | |
WorldPathing (IWorldReadonly world) | |
PathingJob | CreatePathingJob (Vector3i start, Vector3i end) |
Protected Attributes | |
ITaskScheduler | TaskScheduler |
World pathing is a helper class to assist in using the pathing job to figure out how to get from point a to point b
essentials.action.Pathing.WorldPathing.WorldPathing | ( | Func< Vector3i, Vector3i, IPathingEngine > | engine | ) |
essentials.action.Pathing.WorldPathing.WorldPathing | ( | IPathCostEngine | costEngine | ) |
essentials.action.Pathing.WorldPathing.WorldPathing | ( | IWorldReadonly | world | ) |
PathingJob essentials.action.Pathing.WorldPathing.CreatePathingJob | ( | Vector3i | start, |
Vector3i | end | ||
) |
|
protected |
Attribute: Dependency