C# Class spaceconquest.OptionsScreen

Options screen Options to lower,increase volume and iterate over preloaded tracks To DO: ? Author: Cody Scharfe
Inheritance: Screen
Afficher le fichier Open project: cclay/spaceconquest

Méthodes publiques

Свойство Type Description
buttons List

Méthodes publiques

Méthode Description
DecreaseEffectVolume ( Object o, EventArgs e ) : void
DecreaseSoundVolume ( Object o, EventArgs e ) : void
Draw ( ) : void
IncreaseEffectVolume ( Object o, EventArgs e ) : void
IncreaseSoundVolume ( Object o, EventArgs e ) : void
OnOffEffectVolume ( Object o, EventArgs e ) : void
OnOffSoundVolume ( Object o, EventArgs e ) : void
OptionsScreen ( GameScreen s ) : System
PlayNextTrack ( Object o, EventArgs e ) : void
Update ( ) : void

Private Methods

Méthode Description
SaveGameScreen ( Object o, EventArgs e ) : void

Method Details

DecreaseEffectVolume() public méthode

public DecreaseEffectVolume ( Object o, EventArgs e ) : void
o Object
e System.EventArgs
Résultat void

DecreaseSoundVolume() public méthode

public DecreaseSoundVolume ( Object o, EventArgs e ) : void
o Object
e System.EventArgs
Résultat void

Draw() public méthode

public Draw ( ) : void
Résultat void

IncreaseEffectVolume() public méthode

public IncreaseEffectVolume ( Object o, EventArgs e ) : void
o Object
e System.EventArgs
Résultat void

IncreaseSoundVolume() public méthode

public IncreaseSoundVolume ( Object o, EventArgs e ) : void
o Object
e System.EventArgs
Résultat void

OnOffEffectVolume() public méthode

public OnOffEffectVolume ( Object o, EventArgs e ) : void
o Object
e System.EventArgs
Résultat void

OnOffSoundVolume() public méthode

public OnOffSoundVolume ( Object o, EventArgs e ) : void
o Object
e System.EventArgs
Résultat void

OptionsScreen() public méthode

public OptionsScreen ( GameScreen s ) : System
s GameScreen
Résultat System

PlayNextTrack() public méthode

public PlayNextTrack ( Object o, EventArgs e ) : void
o Object
e System.EventArgs
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

buttons public_oe property

public List buttons
Résultat List