TerrainSpeedOperator.TravelDirection Property
Gets or sets the assumed travel direction through each cell, in terms of optimism.
Syntax
public TravelDirection TravelDirection { get; set; }
Property Value
Default: Average
A value representing how optimistic the operator should be in regards to travel direction.
Remarks
In a TerrainVehicleType, it is possible to have the maximal side slope different from the maximal forward slope, and the terrain side slope and forward slope are assumed to affect speed in different ways. This means that the estimated terrain speeds can depend on the local travel direction. However, the operator is just intended to give a general speed estimate without any user-specified travel direction: you cannot specify that you want to pass through some terrain going toward northeast, for example.
Instead, the TravelDirection property lets the operator choose a local travel direction automatically for each terrain cell, either to get the fastest speed, or the slowest speed, or an average.
Platforms
Windows, Linux, Android