Class TerrainConfiguration
- Namespace
- RustMapsApi.V4.Models
- Assembly
- RustMapsApi.dll
Terrain-shaping settings for a custom map.
public sealed record TerrainConfiguration : IEquatable<TerrainConfiguration>
- Inheritance
-
TerrainConfiguration
- Implements
- Inherited Members
Properties
BiomeAxisAngle
The biome-axis orientation.
public BiomeAngle? BiomeAxisAngle { get; init; }
Property Value
BiomeConfig
The biome configuration.
public BiomesConfiguration? BiomeConfig { get; init; }
Property Value
FlattenShoreAndBay
Whether the shore and bay are flattened.
public bool? FlattenShoreAndBay { get; init; }
Property Value
- bool?
IslandConfig
The island configuration.
public IslandConfiguration? IslandConfig { get; init; }
Property Value
LootAxisAngle
The loot-axis orientation.
public LootAngle? LootAxisAngle { get; init; }
Property Value
MountainConfig
The mountain configuration.
public MountainConfiguration? MountainConfig { get; init; }
Property Value
TierConfig
The loot-tier configuration.
public TiersConfiguration? TierConfig { get; init; }