C# Class GraphicsTests.Tests.AnimatedDude2

Inheritance: TestScreen
ファイルを表示 Open project: martindevans/Myre

Public Methods

Method 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

Protected Methods

Method Description
BeginTransitionOn ( ) : void

Method Details

AnimatedDude2() public method

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
return System

BeginTransitionOn() protected method

protected BeginTransitionOn ( ) : void
return void

Draw() public method

public Draw ( Microsoft.Xna.Framework.GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

Update() public method

public Update ( Microsoft.Xna.Framework.GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void