TravelDirection Enumeration
Specifies how optimistic the TerrainSpeedOperator should be, in regards to travel direction.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CEOperators assembly)
Syntax
public enum TravelDirection
Values
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