C# Class CarpMuffin.UserInterfaces.Controls.Control

Base for all controls
Inheritance: IControl
Exibir arquivo Open project: BetaToast/CarpMuffin

Public Methods

Method Description
Draw ( GameTime gameTime ) : void
LoadParts ( ) : void
Update ( GameTime gameTime ) : void
UpdateInput ( InputManager input ) : void

Protected Methods

Method Description
Control ( ) : CarpMuffin.Input

Method Details

Control() protected method

protected Control ( ) : CarpMuffin.Input
return CarpMuffin.Input

Draw() public method

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

LoadParts() public abstract method

public abstract LoadParts ( ) : void
return void

Update() public method

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

UpdateInput() public method

public UpdateInput ( InputManager input ) : void
input CarpMuffin.Input.InputManager
return void