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
Syntaxprotected override void UpdateWithIntensity(
IntensityData intensityData
)
Parameters
- intensityData
- Type: WeatherSystemIntensityData
The intensity data with which to update
See Also