C# Class FlatSilverBallTemplate.Game1

Inheritance: SilverArcade.SilverSprite.Game
Exibir arquivo Open project: deengames/valence

Public Methods

Method Description
Game1 ( ) : System

Protected Methods

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

Method Details

Draw() protected method

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

Game1() public method

public Game1 ( ) : System
return System

Initialize() protected method

protected Initialize ( ) : void
return void

Update() protected method

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