C# 클래스 machine2014arcade.Game.GameManager

파일 보기 프로젝트 열기: JDGETS/machine2014 1 사용 예제들

공개 메소드들

메소드 설명
GameManager ( MainWindow win, Panel drawingZone, GameParameters parameters ) : System
Start ( ) : void
actionButton ( ) : void
activateBlinker ( int time ) : void
scrollDown ( ) : void

비공개 메소드들

메소드 설명
drawActiveLine ( ) : void
drink ( int time ) : void
initDrawingZone ( Panel drawingZone ) : void
moveBlocks ( object sender, EventArgs e ) : void
stack ( ) : int
stopBlinker ( Object myObject, EventArgs myEventArgs ) : void
turnOffPump ( object sender, EventArgs e ) : void

메소드 상세

GameManager() 공개 메소드

public GameManager ( MainWindow win, Panel drawingZone, GameParameters parameters ) : System
win MainWindow
drawingZone System.Windows.Forms.Panel
parameters GameParameters
리턴 System

Start() 공개 메소드

public Start ( ) : void
리턴 void

actionButton() 공개 메소드

public actionButton ( ) : void
리턴 void

activateBlinker() 공개 메소드

public activateBlinker ( int time ) : void
time int
리턴 void

scrollDown() 공개 메소드

public scrollDown ( ) : void
리턴 void