WeatherTypeSpecificIntensityDrivenBehaviourShouldUpdate Method |
Should the behaviour update?
Namespace:
WeatherSystem.IntensityComponents
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxprotected override bool ShouldUpdate(
IntensityData intensityData
)
Parameters
- intensityData
- Type: WeatherSystemIntensityData
The intensity data that will be updated with
Return Value
Type:
BooleanTrue if validWeatherTypes contains the WeatherType set in the intensityData object
See Also