C# Class CarpMuffin.UserInterfaces.Controls.Control

Base for all controls
Inheritance: IControl
Afficher le fichier Open project: BetaToast/CarpMuffin

Méthodes publiques

Méthode Description
Draw ( GameTime gameTime ) : void
LoadParts ( ) : void
Update ( GameTime gameTime ) : void
UpdateInput ( InputManager input ) : void

Méthodes protégées

Méthode Description
Control ( ) : CarpMuffin.Input

Method Details

Control() protected méthode

protected Control ( ) : CarpMuffin.Input
Résultat CarpMuffin.Input

Draw() public méthode

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

LoadParts() public abstract méthode

public abstract LoadParts ( ) : void
Résultat void

Update() public méthode

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

UpdateInput() public méthode

public UpdateInput ( InputManager input ) : void
input CarpMuffin.Input.InputManager
Résultat void