C# Class GrandLarceny.SettingsMenu

Inheritance: MenuState
Afficher le fichier Open project: melburn/GLhf

Méthodes publiques

Méthode Description
SettingsMenu ( ) : System
draw ( GameTime a_gameTime, SpriteBatch a_spriteBatch ) : void
load ( ) : void
update ( GameTime a_gameTime ) : void

Private Methods

Méthode Description
applyGraphics ( ) : void
applySettingsBlock ( string a_block, string a_stringArray ) : void
awaitInput ( Button a_button ) : void
buttonNo ( Button a_button ) : void
buttonYes ( Button a_button ) : void
changedSettings ( ) : void
createButtons ( ) : void
createDialog ( string a_text ) : void
exitSettings ( Button a_button ) : void
lockButtons ( Button a_button ) : void
nextResolution ( Button a_button ) : void
prevResolution ( Button a_button ) : void
removeDialog ( ) : void
resetGraphics ( ) : void
saveSettings ( Button a_button ) : void
setKeybinding ( Keys k ) : void
setResolutionLabel ( ) : void
testGraphics ( Button a_button ) : void
toggleButton ( Button a_button ) : void
unlockButtons ( ) : void

Method Details

SettingsMenu() public méthode

public SettingsMenu ( ) : System
Résultat System

draw() public méthode

public draw ( GameTime a_gameTime, SpriteBatch a_spriteBatch ) : void
a_gameTime Microsoft.Xna.Framework.GameTime
a_spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

load() public méthode

public load ( ) : void
Résultat void

update() public méthode

public update ( GameTime a_gameTime ) : void
a_gameTime GameTime
Résultat void