C# Class Azmyth.XNA.frmRightPanel

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

Public Properties

Property Type Description
Game AzmythGame

Public Methods

Method 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 method

public Close ( ) : void
return void

Show() public method

public Show ( ) : void
return void

Update() public method

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

btnApply_Clicked() public method

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

btnExit_Clicked() public method

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

frmRightPanel() public method

public frmRightPanel ( AzmythGame game, GraphicsDeviceManager graphics ) : System
game AzmythGame
graphics GraphicsDeviceManager
return System

Property Details

Game public_oe property

public AzmythGame,Azmyth.XNA Game
return AzmythGame