C# Class Azmyth.XNA.frmRightPanel

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
Close ( ) : void
Show ( ) : void
Update ( GameTime gameTime ) : void
btnApply_Clicked ( XGControl sender ) : void
btnExit_Clicked ( XGControl sender ) : void
frmRightPanel ( AzmythGame game, GraphicsDeviceManager graphics ) : System

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Show() public méthode

public Show ( ) : void
Résultat void

Update() public méthode

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

btnApply_Clicked() public méthode

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

btnExit_Clicked() public méthode

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

frmRightPanel() public méthode

public frmRightPanel ( AzmythGame game, GraphicsDeviceManager graphics ) : System
game AzmythGame
graphics GraphicsDeviceManager
Résultat System

Property Details

Game public_oe property

public AzmythGame,Azmyth.XNA Game
Résultat AzmythGame