WeatherMakerPrecipitationType Enumeration |
Types of precipitation
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public enum WeatherMakerPrecipitationType
Public Enumeration WeatherMakerPrecipitationType
public enum class WeatherMakerPrecipitationType
type WeatherMakerPrecipitationType
Members
| Member name | Value | Description |
---|
| None | 0 |
None
|
| Rain | 1 |
Rain
|
| Snow | 2 |
Snow
|
| Sleet | 3 |
Sleet
|
| Hail | 4 |
Hail
|
| Custom | 127 |
Custom precipitation
|
See Also