C# 클래스 GraphicsTests.Tests.Demo

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

공개 메소드들

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

보호된 메소드들

메소드 설명
BeginTransitionOn ( ) : void

메소드 상세

BeginTransitionOn() 보호된 메소드

protected BeginTransitionOn ( ) : void
리턴 void

Demo() 공개 메소드

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

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