C# 클래스 HoldItCore.Sounds.SoundManager

파일 보기 프로젝트 열기: ibdknox/swred

공개 메소드들

메소드 설명
InitSoundSource ( ISoundPlayer player ) : void
Play ( string curSound, int volume, bool loop ) : int
Stop ( int index ) : void
StopAll ( ) : void

메소드 상세

InitSoundSource() 공개 정적인 메소드

public static InitSoundSource ( ISoundPlayer player ) : void
player ISoundPlayer
리턴 void

Play() 공개 정적인 메소드

public static Play ( string curSound, int volume, bool loop ) : int
curSound string
volume int
loop bool
리턴 int

Stop() 공개 정적인 메소드

public static Stop ( int index ) : void
index int
리턴 void

StopAll() 공개 정적인 메소드

public static StopAll ( ) : void
리턴 void