C# Class machine2014arcade.Game.GameManager

显示文件 Open project: JDGETS/machine2014 Class Usage Examples

Public Methods

Method Description
GameManager ( MainWindow win, Panel drawingZone, GameParameters parameters ) : System
Start ( ) : void
actionButton ( ) : void
activateBlinker ( int time ) : void
scrollDown ( ) : void

Private Methods

Method Description
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

Method Details

GameManager() public method

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

Start() public method

public Start ( ) : void
return void

actionButton() public method

public actionButton ( ) : void
return void

activateBlinker() public method

public activateBlinker ( int time ) : void
time int
return void

scrollDown() public method

public scrollDown ( ) : void
return void