C# Class GraphicsTests.Tests.LuminanceTest

Inheritance: TestScreen
Afficher le fichier Open project: martindevans/Myre Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( Microsoft.Xna.Framework.GameTime gameTime ) : void
LuminanceTest ( IKernel kernel, Microsoft.Xna.Framework.Content.ContentManager content, GraphicsDevice device ) : System.Numerics
Update ( Microsoft.Xna.Framework.GameTime gameTime ) : void

Méthodes protégées

Méthode Description
BeginTransitionOn ( ) : void

Method Details

BeginTransitionOn() protected méthode

protected BeginTransitionOn ( ) : void
Résultat void

Draw() public méthode

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

LuminanceTest() public méthode

public LuminanceTest ( IKernel kernel, Microsoft.Xna.Framework.Content.ContentManager content, GraphicsDevice device ) : System.Numerics
kernel IKernel
content Microsoft.Xna.Framework.Content.ContentManager
device GraphicsDevice
Résultat System.Numerics

Update() public méthode

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