C# Class RenderPrecisionTest.RenderPrecisionTestGame

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
RenderPrecisionTestGame ( ) : System

Méthodes protégées

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

Private Methods

Méthode Description
DrawRow ( Squared.Render.Convenience.ImperativeRenderer &ir, float x, float y, SamplerState samplerState, Rectangle sourceRect ) : 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

RenderPrecisionTestGame() public méthode

public RenderPrecisionTestGame ( ) : System
Résultat System

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