C# 클래스 Terraria.ModLoader.SoundLoader

파일 보기 프로젝트 열기: bluemagic123/tModLoader 1 사용 예제들

공개 메소드들

메소드 설명
GetSoundSlot ( SoundType type, string sound ) : int

비공개 메소드들

메소드 설명
GetLegacySoundSlot ( SoundType type, string sound ) : LegacySoundStyle
GetNumVanilla ( SoundType type ) : int
GetSoundArray ( SoundType type ) : Microsoft.Xna.Framework.Audio.SoundEffect[]
GetSoundInstanceArray ( SoundType type ) : Microsoft.Xna.Framework.Audio.SoundEffectInstance[]
PlayModSound ( int type, int style, float volume, float pan, SoundEffectInstance &soundEffectInstance ) : bool
ReserveSoundID ( SoundType type ) : int
ResizeAndFillArrays ( ) : void
SoundCount ( SoundType type ) : int
SoundLoader ( ) : System
Unload ( ) : void

메소드 상세

GetSoundSlot() 공개 정적인 메소드

public static GetSoundSlot ( SoundType type, string sound ) : int
type SoundType
sound string
리턴 int