Click or drag to resize

IntensityDrivenParticlesConditionalUpdateWithIntensity Method

Updates emmission rates and the gravity modifier based on the given intensity data

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

Parameters

intensityData
Type: WeatherSystemIntensityData
Intensity data
See Also