Click or drag to resize

ConditionalIntensityDrivenComponentUpdateWithIntensity Method

Updates the component if ShouldUpdate returns true, otherwise deactivates

Namespace:  WeatherSystem.IntensityComponents
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
protected override void UpdateWithIntensity(
	IntensityData intensityData
)

Parameters

intensityData
Type: WeatherSystemIntensityData
The intensity data with which to update
See Also