Terraria.ModLoader.ModSound.PlaySound C# (CSharp) 메소드

PlaySound() 공개 메소드

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