TerrainSpeed.TerrainSpeed Constructors
Initializes a new instance of the TerrainSpeed class.
Overload List
Name | Description | |
---|---|---|
Public method | TerrainSpeed() | Initializes a new instance of the TerrainSpeed class. |
Public method | TerrainSpeed(System.Int32 groundCondition, System.Int32 surfaceStructure, System.Int32 slope, System.Int32 speed) | Initializes a new instance of the TerrainSpeed class from parameters. |
TerrainSpeed()
Initializes a new instance of the TerrainSpeed class.Syntax
public TerrainSpeed ()
TerrainSpeed(System.Int32 groundCondition, System.Int32 surfaceStructure, System.Int32 slope, System.Int32 speed)
Initializes a new instance of the TerrainSpeed class from parameters.Syntax
public TerrainSpeed (
System.Int32 groundCondition,
System.Int32 surfaceStructure,
System.Int32 slope,
System.Int32 speed
)
Parameters
groundCondition
Type: System.Int32
The ground condition class.
The ground condition class.
surfaceStructure
Type: System.Int32
The surface structure class.
The surface structure class.
slope
Type: System.Int32
The slope class.
The slope class.
speed
Type: System.Int32
The corresponding speed in km/hour.
The corresponding speed in km/hour.
Platforms
Windows, Linux, Android