C# 클래스 GraphicsTests.Tests.AnimatedDude2

상속: TestScreen
파일 보기 프로젝트 열기: martindevans/Myre

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
BeginTransitionOn ( ) : void

메소드 상세

AnimatedDude2() 공개 메소드

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
리턴 System

BeginTransitionOn() 보호된 메소드

protected BeginTransitionOn ( ) : void
리턴 void

Draw() 공개 메소드

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

Update() 공개 메소드

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