Terraria.ModLoader.ModSound.PlaySound C# (CSharp) Méthode

PlaySound() public méthode

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