Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ CustomSoundStyle() [2/2]

Terraria.Audio.CustomSoundStyle.CustomSoundStyle ( SoundEffect[] soundEffects,
SoundType type = SoundType::Sound,
float volume = 1f,
float pitchVariance = 0f )
inline

Definition at line 20 of file CustomSoundStyle.cs.

21 : base(volume, pitchVariance, type)
22 {
23 _soundEffects = soundEffects;
24 }
readonly SoundEffect[] _soundEffects

References Terraria.Audio.CustomSoundStyle._soundEffects.