Class BasicMonumentConfiguration
- Namespace
- RustMapsApi.V4.Models
- Assembly
- RustMapsApi.dll
Base configuration for a monument on a custom map.
public record BasicMonumentConfiguration : IEquatable<BasicMonumentConfiguration>
- Inheritance
-
BasicMonumentConfiguration
- Implements
- Derived
- Inherited Members
Properties
AllowedToSetBiomes
Whether the monument may set surrounding biomes.
public bool AllowedToSetBiomes { get; init; }
Property Value
BiomePreferences
The per-biome preferences for the monument.
public IReadOnlyList<MonumentBiomePreference>? BiomePreferences { get; init; }
Property Value
Blocked
Whether the monument is blocked from spawning.
public bool Blocked { get; init; }
Property Value
Type
The monument type.
public MonumentType Type { get; init; }