TerrainMobilityOperator.SurfaceStructureInput Property
Gets or sets an operator that gives surface structure classes (roughness) as a raster.
Syntax
public Operator SurfaceStructureInput { get; set; }
Property Value
Remarks
A surface structure class, or roughness, should normally be a number from 1 (very even) to 5 (very uneven). The special value 6 will be interpreted as terrain that no vehicle can possibly handle, although a vehicle could pass such an area on a road. See TerrainSpeed for more details, but note that in a TerrainSpeed struct, 6 is not allowed as a surface structure class.
If the operator is null, the DefaultSurfaceStructure will be used instead.
Platforms
Windows, Linux, Android