C# Class GameMenu.FormSelectWorld

Inheritance: IForm
Mostra file Open project: henon/manic_digger

Public Properties

Property Type Description
game Game
menu MenuWindow
selectedWorld int?

Public Methods

Method Description
Initialize ( ) : void
Render ( ) : void

Method Details

Initialize() public method

public Initialize ( ) : void
return void

Render() public method

public Render ( ) : void
return void

Property Details

game public_oe property

public Game game
return Game

menu public_oe property

public MenuWindow,GameMenu menu
return MenuWindow

selectedWorld public_oe property

public int? selectedWorld
return int?