Click or drag to resize

InstanceAudioEventActivate Method

Sets the volume to the intensity and plays the audio source

Namespace:  WeatherSystem.InstanceEvents
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public override void Activate(
	IntensityData intensityData
)

Parameters

intensityData
Type: WeatherSystemIntensityData
The related intensity value to this activation

Implements

IInstanceEventActivate(IntensityData)
See Also