C# Class Azmyth.XNA.frmCreateWorld

Azmyth Main Menu
Inheritance: XGControl
Datei anzeigen Open project: GalacticSoft/Azmyth Class Usage Examples

Public Properties

Property Type Description
Game AzmythGame

Public Methods

Method Description
Update ( GameTime gameTime ) : void
btnCreateWorld_Clicked ( XGControl sender ) : void
btnRandomName_Clicked ( XGControl sender ) : void
btnRandomSeed_Clicked ( XGControl sender ) : void
frmCreateWorld ( AzmythGame game ) : System

Method Details

Update() public method

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

btnCreateWorld_Clicked() public method

public btnCreateWorld_Clicked ( XGControl sender ) : void
sender XGControl
return void

btnRandomName_Clicked() public method

public btnRandomName_Clicked ( XGControl sender ) : void
sender XGControl
return void

btnRandomSeed_Clicked() public method

public btnRandomSeed_Clicked ( XGControl sender ) : void
sender XGControl
return void

frmCreateWorld() public method

public frmCreateWorld ( AzmythGame game ) : System
game AzmythGame
return System

Property Details

Game public_oe property

public AzmythGame,Azmyth.XNA Game
return AzmythGame