C# Class Azmyth.XNA.frmCreateWorld

Azmyth Main Menu
Inheritance: XGControl
Afficher le fichier Open project: GalacticSoft/Azmyth Class Usage Examples

Méthodes publiques

Свойство Type Description
Game AzmythGame

Méthodes publiques

Méthode 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 méthode

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

btnCreateWorld_Clicked() public méthode

public btnCreateWorld_Clicked ( XGControl sender ) : void
sender XGControl
Résultat void

btnRandomName_Clicked() public méthode

public btnRandomName_Clicked ( XGControl sender ) : void
sender XGControl
Résultat void

btnRandomSeed_Clicked() public méthode

public btnRandomSeed_Clicked ( XGControl sender ) : void
sender XGControl
Résultat void

frmCreateWorld() public méthode

public frmCreateWorld ( AzmythGame game ) : System
game AzmythGame
Résultat System

Property Details

Game public_oe property

public AzmythGame,Azmyth.XNA Game
Résultat AzmythGame