Terraria.ModLoader.ModSound.PlaySound C# (CSharp) Method

PlaySound() public method

public PlaySound ( SoundEffectInstance &soundInstance, float volume, float pan, SoundType type ) : SoundEffectInstance
soundInstance Microsoft.Xna.Framework.Audio.SoundEffectInstance
volume float
pan float
type SoundType
return Microsoft.Xna.Framework.Audio.SoundEffectInstance
		public virtual SoundEffectInstance PlaySound(ref SoundEffectInstance soundInstance, float volume, float pan, SoundType type)
		{
			return soundInstance;
		}
	}
ModSound