TerrainVehicleType.SlopeMax Property
Gets or sets the maximal forward slope (uphill or downhill) for the vehicle type. A value of 1 corresponds to 45°.
Syntax
public System.Double SlopeMax { get; set; }
Property Value
Default: 0.6
The maximum slope that the vehicle type can handle.
Remarks
The maximum slope in the forward direction, uphill or downhill, for the vehicle type. Defined as vertical distance divided by horizontal distance, therefore dimensionless. Must be between 0.0 and 1.5.
Some LandSpeeds entries may claim that the vehicle can go in a slope class that is steeper than SlopeMax. If so, the SlopeMax will override the optimistic LandSpeeds entries.
Platforms
Windows, Linux, Android