Terrain Type
Terrain classification based on height and slope data. Used to categorize map cells for AI decision-making.
Union cases
| Union case |
Description
|
Full Usage:
Cliff slope
Parameters:
float32
|
Steep cliff with the given slope value (typically above 0.6).
|
Full Usage:
Land hardness
Parameters:
float32
|
Traversable land with the given slope value (0.0 = flat).
|
Full Usage:
Water depth
Parameters:
float32
|
Water at the given depth (positive value representing depth below sea level).
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsCliff
Returns: bool
|
|
Full Usage:
this.IsLand
Returns: bool
|
|
Full Usage:
this.IsWater
Returns: bool
|
|
FSBarV1_Archived