Click or drag to resize

IPrecipitationManager Interface

Precipitation manager interface

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public interface IPrecipitationManager : IWeatherMakerManager

The IPrecipitationManager type exposes the following members.

Properties
  NameDescription
Public propertyCustomIntensity
Custom intensity (0 - 1)
Public propertyHailIntensity
Hail intensity (0 - 1)
Public propertyRainIntensity
Rain intensity (0 - 1)
Public propertySleetIntensity
Sleet intensity (0 - 1)
Public propertySnowIntensity
Snow intensity (0 - 1)
Top
Methods
  NameDescription
Public methodWeatherProfileChanged
Handle a weather profile change
(Inherited from IWeatherMakerManager.)
Top
See Also