C# Class Game.MainMenuWindow

Defines a main menu.
Inheritance: Control
Afficher le fichier Open project: DarrenHassan/GDM4242-GroupD Class Usage Examples

Méthodes protégées

Méthode Description
OnAttach ( ) : void

Creates a window of the main menu and creates the background world.

OnDetach ( ) : void

Destroys the background world at closing the main menu.

OnKeyDown ( KeyEvent e ) : bool
OnRender ( ) : void
OnTick ( float delta ) : void

Private Methods

Méthode Description
Back_Click ( EButton sender ) : void
CreateMap ( ) : void

Creates the background world.

DestroyMap ( ) : void

Destroys the background world.

Faction_Click ( EButton sender ) : void
ToggleFaction_Click ( EButton sender ) : void
listBox_SelectedIndexChanged ( object sender ) : void

Method Details

OnAttach() protected méthode

Creates a window of the main menu and creates the background world.
protected OnAttach ( ) : void
Résultat void

OnDetach() protected méthode

Destroys the background world at closing the main menu.
protected OnDetach ( ) : void
Résultat void

OnKeyDown() protected méthode

protected OnKeyDown ( KeyEvent e ) : bool
e KeyEvent
Résultat bool

OnRender() protected méthode

protected OnRender ( ) : void
Résultat void

OnTick() protected méthode

protected OnTick ( float delta ) : void
delta float
Résultat void