C# Class GraphicsTests.Tests.AnimatedDude2

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

Méthodes publiques

Méthode Description
AnimatedDude2 ( IKernel kernel, Microsoft.Xna.Framework.Content.ContentManager content, Microsoft.Xna.Framework.Graphics.GraphicsDevice device ) : System
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

AnimatedDude2() public méthode

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

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

Update() public méthode

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