Click or drag to resize

IntensityData Constructor

Initializes a new instance of the IntensityData class

Namespace:  WeatherSystem
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public IntensityData(
	float intensity,
	TemperatureVariables temperature,
	HumidityVariables humidity,
	Vector2 wind,
	WeatherTypes weatherType
)

Parameters

intensity
Type: SystemSingle

[Missing <param name="intensity"/> documentation for "M:WeatherSystem.IntensityData.#ctor(System.Single,WeatherSystem.TemperatureVariables,WeatherSystem.HumidityVariables,UnityEngine.Vector2,WeatherTypes)"]

temperature
Type: WeatherSystemTemperatureVariables

[Missing <param name="temperature"/> documentation for "M:WeatherSystem.IntensityData.#ctor(System.Single,WeatherSystem.TemperatureVariables,WeatherSystem.HumidityVariables,UnityEngine.Vector2,WeatherTypes)"]

humidity
Type: WeatherSystemHumidityVariables

[Missing <param name="humidity"/> documentation for "M:WeatherSystem.IntensityData.#ctor(System.Single,WeatherSystem.TemperatureVariables,WeatherSystem.HumidityVariables,UnityEngine.Vector2,WeatherTypes)"]

wind
Type: Vector2

[Missing <param name="wind"/> documentation for "M:WeatherSystem.IntensityData.#ctor(System.Single,WeatherSystem.TemperatureVariables,WeatherSystem.HumidityVariables,UnityEngine.Vector2,WeatherTypes)"]

weatherType
Type: WeatherTypes

[Missing <param name="weatherType"/> documentation for "M:WeatherSystem.IntensityData.#ctor(System.Single,WeatherSystem.TemperatureVariables,WeatherSystem.HumidityVariables,UnityEngine.Vector2,WeatherTypes)"]

See Also