C# Class GraphicsTests.Tests.Demo

Inheritance: TestScreen
Afficher le fichier Open project: martindevans/Myre

Méthodes publiques

Méthode Description
Demo ( IKernel kernel, TestGame game, Microsoft.Xna.Framework.Content.ContentManager content, Microsoft.Xna.Framework.Graphics.GraphicsDevice device ) : System.Numerics
Draw ( Microsoft.Xna.Framework.GameTime gameTime ) : void
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

Demo() public méthode

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

Draw() public méthode

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

Update() public méthode

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