C# Class LargeBufferTest.LargeBufferTestGame

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

Méthodes publiques

Свойство Type Description
ClearColor Color

Méthodes publiques

Méthode Description
Draw ( GameTime gameTime, Frame frame ) : void
LargeBufferTestGame ( ) : System

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

LargeBufferTestGame() public méthode

public LargeBufferTestGame ( ) : System
Résultat System

LoadContent() protected méthode

protected LoadContent ( ) : void
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

Property Details

ClearColor public_oe static_oe property

public static Color ClearColor
Résultat Color