C# Class Gearset.Components.Widget

Inheritance: Gearset.Components.Gear
Show file Open project: juancampa/Gearset Class Usage Examples

Private Properties

Property Type Description
GameWindow_GotFocus void
GameWindow_Move void
GameWindow_VisibleChanged void

Public Methods

Method Description
AddAction ( string name, System.Action action ) : void
Update ( GameTime gameTime ) : void
Widget ( ) : System

Private Methods

Method Description
GameWindow_GotFocus ( object sender, EventArgs e ) : void
GameWindow_Move ( object sender, EventArgs e ) : void
GameWindow_VisibleChanged ( object sender, EventArgs e ) : void

Method Details

AddAction() public method

public AddAction ( string name, System.Action action ) : void
name string
action System.Action
return void

Update() public method

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

Widget() public method

public Widget ( ) : System
return System