TerrainVehicleType.SnowDepthMax Property
Gets or sets the maximal snow depth for the vehicle, in meters.
Syntax
public System.Double SnowDepthMax { get; set; }
Property Value
Default: 0.5
The maximum snow depth for the vehicle, in meters.
Remarks
The max value must be at least 0.01 m. It will be used together with the assumed snow depth, which is controlled via the property TerrainMobilityOperator.SnowDepth.
In water, the speed of an amphibious vehicle is not affected by the assumed snow depth. On land, the basic speed without snow in a given terrain or road class is found from LandSpeeds or RoadSpeeds, and the snow-adjusted speed will decrease linearly to zero when the assumed snow depth increases to SnowDepthMax, except that if the snow-adjusted speed becomes 0.5 km/h or less, it will be treated as zero.
Another way to model snow is possible: see the documentation of the snowDepth property mentioned above.
Platforms
Windows, Linux, Android