Method | Description | |
---|---|---|
isMuted ( ) : bool | ||
loadSound ( Microsoft.Xna.Framework.Content.ContentManager content, string fileName ) : void | ||
playSound ( string fileName ) : void | ||
setMuted ( bool mute ) : void |
Method | Description | |
---|---|---|
nullCheck ( ) : void |
public static loadSound ( Microsoft.Xna.Framework.Content.ContentManager content, string fileName ) : void | ||
content | Microsoft.Xna.Framework.Content.ContentManager | |
fileName | string | |
return | void |
public static playSound ( string fileName ) : void | ||
fileName | string | |
return | void |