C# Class GrandLarceny.HubMenu

Inheritance: MenuState
Mostra file Open project: melburn/GLhf Class Usage Examples

Public Methods

Method Description
HubMenu ( ) : System
draw ( GameTime a_gameTime, SpriteBatch a_spriteBatch ) : void
exitClick ( Button a_b ) : void
load ( ) : void
moveCurrentHover ( int a_move ) : void
playClick ( Button a_b ) : void
playMusic ( ) : void
saveProgressClick ( Button a_b ) : void
startLevelClick ( Button a_b ) : void
update ( GameTime a_gameTime ) : void

Private Methods

Method Description
getLockedLevels ( ) : LinkedList

Method Details

HubMenu() public method

public HubMenu ( ) : System
return System

draw() public method

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

exitClick() public method

public exitClick ( Button a_b ) : void
a_b Button
return void

load() public method

public load ( ) : void
return void

moveCurrentHover() public method

public moveCurrentHover ( int a_move ) : void
a_move int
return void

playClick() public method

public playClick ( Button a_b ) : void
a_b Button
return void

playMusic() public method

public playMusic ( ) : void
return void

saveProgressClick() public method

public saveProgressClick ( Button a_b ) : void
a_b Button
return void

startLevelClick() public method

public startLevelClick ( Button a_b ) : void
a_b Button
return void

update() public method

public update ( GameTime a_gameTime ) : void
a_gameTime Microsoft.Xna.Framework.GameTime
return void