Click or drag to resize

WeatherMakerSoundZoneScriptAddSound Method

Add a new sound group

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public WeatherMakerSoundGroupScript AddSound(
	WeatherMakerSoundGroupScript sound,
	bool canPlay,
	bool add = true
)

Parameters

sound
Type: DigitalRuby.WeatherMakerWeatherMakerSoundGroupScript
Sound group
canPlay
Type: SystemBoolean
Whether the sound group can play
add (Optional)
Type: SystemBoolean
True to add to the sound list

Return Value

Type: WeatherMakerSoundGroupScript
Sound group
See Also