C# Class Pong.PongExample

Inheritance: Squared.Render.MultithreadedGame
Afficher le fichier Open project: sq/Fracture Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( GameTime gameTime, Frame frame ) : void
PongExample ( ) : System
ResetPlayfield ( int loserIndex ) : void

Méthodes protégées

Méthode Description
Initialize ( ) : void
LoadContent ( ) : void
UnloadContent ( ) : void
Update ( GameTime gameTime ) : void

Method Details

Draw() public méthode

public Draw ( GameTime gameTime, Frame frame ) : void
gameTime Microsoft.Xna.Framework.GameTime
frame Frame
Résultat void

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

LoadContent() protected méthode

protected LoadContent ( ) : void
Résultat void

PongExample() public méthode

public PongExample ( ) : System
Résultat System

ResetPlayfield() public méthode

public ResetPlayfield ( int loserIndex ) : void
loserIndex int
Résultat void

UnloadContent() protected méthode

protected UnloadContent ( ) : void
Résultat void

Update() protected méthode

protected Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void