C# Class Azmyth.XNA.frmCreatePlayer

Inheritance: XGControl
Afficher le fichier Open project: GalacticSoft/Azmyth

Méthodes publiques

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

Méthodes publiques

Méthode Description
Update ( GameTime gameTime ) : void
btnCreatePlayer_Clicked ( XGControl sender ) : void
btnRandomName_Clicked ( XGControl sender ) : void
frmCreatePlayer ( AzmythGame game ) : System

Method Details

Update() public méthode

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

btnCreatePlayer_Clicked() public méthode

public btnCreatePlayer_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

frmCreatePlayer() public méthode

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

Property Details

Game public_oe property

public AzmythGame,Azmyth.XNA Game
Résultat AzmythGame