C# Class SuperCaissiere.Engine.Core.BarCodeQTE

Show file Open project: valryon/super-caissiere Class Usage Examples

Public Methods

Method Description
BarCodeQTE ( ) : System
Draw ( SuperCaissiere.Engine.Graphics.SpriteBatchProxy spritebatch ) : void
Update ( GameTime gameTime ) : void
generateBarCode ( ) : void
isActive ( ) : bool
start ( ) : void

Private Methods

Method Description
badInputAnimation ( GameTime gameTime ) : void
blinking ( GameTime gameTime ) : void
changeStateTo ( STATE stt ) : void
detectInput ( ) : void
getRank ( ) : void
goodInputAnimation ( GameTime gameTime ) : void

Method Details

BarCodeQTE() public method

public BarCodeQTE ( ) : System
return System

Draw() public method

public Draw ( SuperCaissiere.Engine.Graphics.SpriteBatchProxy spritebatch ) : void
spritebatch SuperCaissiere.Engine.Graphics.SpriteBatchProxy
return void

Update() public method

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

generateBarCode() public method

public generateBarCode ( ) : void
return void

isActive() public method

public isActive ( ) : bool
return bool

start() public method

public start ( ) : void
return void