C# Class SunsetHigh.SoundFX

ファイルを表示 Open project: ErraticUnicorn/MOSH

Public Methods

Method Description
isMuted ( ) : bool
loadSound ( Microsoft.Xna.Framework.Content.ContentManager content, string fileName ) : void
playSound ( string fileName ) : void
setMuted ( bool mute ) : void

Private Methods

Method Description
nullCheck ( ) : void

Method Details

isMuted() public static method

public static isMuted ( ) : bool
return bool

loadSound() public static method

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

playSound() public static method

public static playSound ( string fileName ) : void
fileName string
return void

setMuted() public static method

public static setMuted ( bool mute ) : void
mute bool
return void