C# Class SunsetHigh.SoundFX

Afficher le fichier Open project: ErraticUnicorn/MOSH

Méthodes publiques

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

Private Methods

Méthode Description
nullCheck ( ) : void

Method Details

isMuted() public static méthode

public static isMuted ( ) : bool
Résultat bool

loadSound() public static méthode

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

playSound() public static méthode

public static playSound ( string fileName ) : void
fileName string
Résultat void

setMuted() public static méthode

public static setMuted ( bool mute ) : void
mute bool
Résultat void