Click or drag to resize

IntensityData Class

Intensity and weather related data container that is passed down the UpdateIntensity heirarchy
Inheritance Hierarchy
SystemObject
  WeatherSystemIntensityData

Namespace:  WeatherSystem
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public class IntensityData

The IntensityData type exposes the following members.

Constructors
  NameDescription
Public methodIntensityData
Initializes a new instance of the IntensityData class
Top
Fields
  NameDescription
Public fieldhumidity
The humidity
Public fieldintensity
The intensity of the weather event
Public fieldtemperature
The temperature
Public fieldweatherType
The currently active weather type
Public fieldwind
The normalised wind
Top
See Also