C# Class spaceconquest.OptionsScreen

Options screen Options to lower,increase volume and iterate over preloaded tracks To DO: ? Author: Cody Scharfe
Inheritance: Screen
显示文件 Open project: cclay/spaceconquest

Public Properties

Property Type Description
buttons List

Public Methods

Method 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

Method Description
SaveGameScreen ( Object o, EventArgs e ) : void

Method Details

DecreaseEffectVolume() public method

public DecreaseEffectVolume ( Object o, EventArgs e ) : void
o Object
e System.EventArgs
return void

DecreaseSoundVolume() public method

public DecreaseSoundVolume ( Object o, EventArgs e ) : void
o Object
e System.EventArgs
return void

Draw() public method

public Draw ( ) : void
return void

IncreaseEffectVolume() public method

public IncreaseEffectVolume ( Object o, EventArgs e ) : void
o Object
e System.EventArgs
return void

IncreaseSoundVolume() public method

public IncreaseSoundVolume ( Object o, EventArgs e ) : void
o Object
e System.EventArgs
return void

OnOffEffectVolume() public method

public OnOffEffectVolume ( Object o, EventArgs e ) : void
o Object
e System.EventArgs
return void

OnOffSoundVolume() public method

public OnOffSoundVolume ( Object o, EventArgs e ) : void
o Object
e System.EventArgs
return void

OptionsScreen() public method

public OptionsScreen ( GameScreen s ) : System
s GameScreen
return System

PlayNextTrack() public method

public PlayNextTrack ( Object o, EventArgs e ) : void
o Object
e System.EventArgs
return void

Update() public method

public Update ( ) : void
return void

Property Details

buttons public_oe property

public List buttons
return List