TravelDirection Enumeration
Specifies how optimistic the TerrainSpeedOperator should be, in regards to travel direction.
NuGet/Assembly: Carmenta.Engine.5.17.0.nupkg (in the CEOperators assembly)
Syntax
public enum TravelDirectionValues
| Value name | Value | Description |
|---|---|---|
| Slowest | 0 | The operator shall use the slowest direction through each cell. |
| Average | 1 | The operator shall use the average speed in all directions through a cell. |
| Fastest | 2 | The operator shall use the fastest direction through the cell. |
Platforms
Windows, Linux, Android