Click or drag to resize

WeatherPropertyApplyIntensity Method

Iterates over all IntensityDrivenBehaviours held by this object and updates the intensity of each

Namespace:  WeatherSystem
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public virtual void ApplyIntensity(
	IntensityData intensityData
)

Parameters

intensityData
Type: WeatherSystemIntensityData

[Missing <param name="intensityData"/> documentation for "M:WeatherSystem.WeatherProperty.ApplyIntensity(WeatherSystem.IntensityData)"]

See Also