C# Class Gearset.Components.Widget

Inheritance: Gearset.Components.Gear
Afficher le fichier Open project: juancampa/Gearset Class Usage Examples

Private Properties

Свойство Type Description
GameWindow_GotFocus void
GameWindow_Move void
GameWindow_VisibleChanged void

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public AddAction ( string name, System.Action action ) : void
name string
action System.Action
Résultat void

Update() public méthode

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

Widget() public méthode

public Widget ( ) : System
Résultat System