Click or drag to resize

WeatherPropertiesApplyIntensity Method

Iterates over all held WeatherPropertys and updates them with the new intensity value Then notifies all reliant weather properties to update

Namespace:  WeatherSystem
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public virtual void ApplyIntensity(
	IntensityData intensityData,
	AnimationCurve[] intensityCurves = null
)

Parameters

intensityData
Type: WeatherSystemIntensityData
The new intensity values
intensityCurves (Optional)
Type: AnimationCurve
A set of intensity curves to calculate a new iontensity value for each WeatherProperty. Must match the total number of Non-Reliant and Reliant WeatherProperties
See Also