C# 클래스 SunsetHigh.SoundFX

파일 보기 프로젝트 열기: ErraticUnicorn/MOSH

공개 메소드들

메소드 설명
isMuted ( ) : bool
loadSound ( Microsoft.Xna.Framework.Content.ContentManager content, string fileName ) : void
playSound ( string fileName ) : void
setMuted ( bool mute ) : void

비공개 메소드들

메소드 설명
nullCheck ( ) : void

메소드 상세

isMuted() 공개 정적인 메소드

public static isMuted ( ) : bool
리턴 bool

loadSound() 공개 정적인 메소드

public static loadSound ( Microsoft.Xna.Framework.Content.ContentManager content, string fileName ) : void
content Microsoft.Xna.Framework.Content.ContentManager
fileName string
리턴 void

playSound() 공개 정적인 메소드

public static playSound ( string fileName ) : void
fileName string
리턴 void

setMuted() 공개 정적인 메소드

public static setMuted ( bool mute ) : void
mute bool
리턴 void