C# Class XnaGUILib.XGButton

Inheritance: XGControl
Mostrar archivo Open project: GalacticSoft/Azmyth Class Usage Examples

Public Methods

Method Description
Draw ( float frameTime ) : void
Update ( GameTime gameTime ) : void
XGButton ( Rectangle rect, string text, XGClickedEvent clickedHandler ) : System

Private Methods

Method Description
NotifyClicked ( ) : void

Method Details

Draw() public method

public Draw ( float frameTime ) : void
frameTime float
return void

Update() public method

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

XGButton() public method

public XGButton ( Rectangle rect, string text, XGClickedEvent clickedHandler ) : System
rect Microsoft.Xna.Framework.Rectangle
text string
clickedHandler XGClickedEvent
return System