Table of Contents

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

BiomeAngle?

BiomeConfig

The biome configuration.

public BiomesConfiguration? BiomeConfig { get; init; }

Property Value

BiomesConfiguration

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

IslandConfiguration

LootAxisAngle

The loot-axis orientation.

public LootAngle? LootAxisAngle { get; init; }

Property Value

LootAngle?

MountainConfig

The mountain configuration.

public MountainConfiguration? MountainConfig { get; init; }

Property Value

MountainConfiguration

TierConfig

The loot-tier configuration.

public TiersConfiguration? TierConfig { get; init; }

Property Value

TiersConfiguration