TerrainSpeed.GroundCondition Property
Gets the ground condition class (the soil strength).
Thread safety: This property is not thread-safe.
Syntax
public System.Int32 GroundCondition { get; }
Property Value
Type: System.Int32
Default: -1
A number, 1 to 5, representing the ground condition class.
Default: -1
A number, 1 to 5, representing the ground condition class.
Remarks
code | meaning |
---|---|
1 | very strong |
2 | strong |
3 | average |
4 | weak |
5 | very weak |
The meaning of the ground condition classes.
Platforms
Windows, Linux, Android