Click or drag to resize

WeatherMakerSoundZoneScriptSounds Field

Sounds to play if in the sound zone. If changing by script, ensure to destroy any sounds being replaced, and call AddSound for each new sound.

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public List<WeatherMakerSoundGroupScript> Sounds

Field Value

Type: ListWeatherMakerSoundGroupScript
See Also