Class WeatherConfig
Inheritance
System.Object
WeatherConfig
Assembly: Eco.Gameplay.dll
Syntax
public sealed class WeatherConfig : Object
Constructors
WeatherConfig()
Declaration
Properties
MaxClearWeatherDuration
Declaration
public int MaxClearWeatherDuration { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
MaxWeatherSystemLifespan
Declaration
public int MaxWeatherSystemLifespan { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
MinClearWeatherDuration
Declaration
public int MinClearWeatherDuration { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
MinWeatherSystemLifespan
Declaration
public int MinWeatherSystemLifespan { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
WeatherWeights
Declaration
public List<WeightedWeather> WeatherWeights { get; set; }
Property Value
Extension Methods