C# 클래스 SuperCaissiere.Engine.Core.BarCodeQTE

파일 보기 프로젝트 열기: valryon/super-caissiere 1 사용 예제들

공개 메소드들

메소드 설명
BarCodeQTE ( ) : System
Draw ( SuperCaissiere.Engine.Graphics.SpriteBatchProxy spritebatch ) : void
Update ( GameTime gameTime ) : void
generateBarCode ( ) : void
isActive ( ) : bool
start ( ) : void

비공개 메소드들

메소드 설명
badInputAnimation ( GameTime gameTime ) : void
blinking ( GameTime gameTime ) : void
changeStateTo ( STATE stt ) : void
detectInput ( ) : void
getRank ( ) : void
goodInputAnimation ( GameTime gameTime ) : void

메소드 상세

BarCodeQTE() 공개 메소드

public BarCodeQTE ( ) : System
리턴 System

Draw() 공개 메소드

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

Update() 공개 메소드

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

generateBarCode() 공개 메소드

public generateBarCode ( ) : void
리턴 void

isActive() 공개 메소드

public isActive ( ) : bool
리턴 bool

start() 공개 메소드

public start ( ) : void
리턴 void