WeatherMakerThunderAndLightningScriptThunderSoundPlayed Field |
Fires when a thunder sounds plays. Parameters are the audio clip and intensity.
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public Action<AudioClip, float> ThunderSoundPlayed
Public ThunderSoundPlayed As Action(Of AudioClip, Single)
public:
Action<AudioClip^, float>^ ThunderSoundPlayed
val mutable ThunderSoundPlayed: Action<AudioClip, float32>
Field Value
Type:
ActionAudioClip,
SingleSee Also