Click or drag to resize

WeatherTypeSpecificIntensityDrivenBehaviourShouldUpdate Method

Should the behaviour update?

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

Parameters

intensityData
Type: WeatherSystemIntensityData
The intensity data that will be updated with

Return Value

Type: Boolean
True if validWeatherTypes contains the WeatherType set in the intensityData object
See Also