Méthode | Description | |
---|---|---|
DecreaseMusicVolume ( float decrement ) : void | ||
DecreaseSFXVolume ( float decrement ) : void | ||
IncreaseMusicVolume ( float increment ) : void | ||
IncreaseSFXVolume ( float increment ) : void | ||
Initialize ( ) : void | ||
LoadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void | ||
Mute ( ) : void | ||
Pause ( ) : void | ||
Play ( MusicSelection selection ) : void | ||
Play ( SFXSelection selection ) : void | ||
Play ( string songname ) : void | ||
PlayNext ( ) : void | ||
Stop ( ) : void | ||
isMuted ( ) : bool |
Méthode | Description | |
---|---|---|
Draw ( |
||
Update ( |
public DecreaseMusicVolume ( float decrement ) : void | ||
decrement | float | |
Résultat | void |
public DecreaseSFXVolume ( float decrement ) : void | ||
decrement | float | |
Résultat | void |
protected Draw ( |
||
gameTime | ||
Résultat | void |
public IncreaseMusicVolume ( float increment ) : void | ||
increment | float | |
Résultat | void |
public IncreaseSFXVolume ( float increment ) : void | ||
increment | float | |
Résultat | void |
public LoadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void | ||
content | Microsoft.Xna.Framework.Content.ContentManager | |
Résultat | void |
public Play ( MusicSelection selection ) : void | ||
selection | MusicSelection | |
Résultat | void |
public Play ( SFXSelection selection ) : void | ||
selection | SFXSelection | |
Résultat | void |
protected Update ( |
||
gameTime | ||
Résultat | void |