Interface IAutoPaintSurfaceUserToolStateConfig
Inherited Members
Namespace: Fwt.HexTerrains.UserTools.SM.Configs
Assembly: fwt.hexterrains.dll
Syntax
public interface IAutoPaintSurfaceUserToolStateConfig : IHexTerrainLayerGroupBrushUserToolStateConfig, IHexTerrainBrushUserToolStateConfig, IHexTerrainUserToolStateConfig, IUserToolStateConfig
Properties
BiomeHeights
Stores the list of biome names to use in AutoPaint. Each item corresponds to a biome height.
Declaration
List<float> BiomeHeights { get; set; }
Property Value
| Type | Description |
|---|---|
| List<float> |
BiomeNames
Stores the list of biome heights to use in AutoPaint. Each item corresponds to a biome name.
Declaration
List<string> BiomeNames { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> |