C# Class Snake.SnakeGame

Inheritance: Game
Show file Open project: Thraka/SadConsole Class Usage Examples

Public Methods

Method Description
SnakeGame ( ) : System

Protected Methods

Method Description
Draw ( GameTime gameTime ) : void
Initialize ( ) : void
Update ( GameTime gameTime ) : void

Method Details

Draw() protected method

protected Draw ( GameTime gameTime ) : void
gameTime GameTime
return void

Initialize() protected method

protected Initialize ( ) : void
return void

SnakeGame() public method

public SnakeGame ( ) : System
return System

Update() protected method

protected Update ( GameTime gameTime ) : void
gameTime GameTime
return void