C# 클래스 RenderPrecisionTest.RenderPrecisionTestGame

상속: Squared.Render.MultithreadedGame
파일 보기 프로젝트 열기: sq/Fracture 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ClearColor Color

공개 메소드들

메소드 설명
Draw ( GameTime gameTime, Frame frame ) : void
RenderPrecisionTestGame ( ) : System

보호된 메소드들

메소드 설명
Initialize ( ) : void
LoadContent ( ) : void
UnloadContent ( ) : void
Update ( GameTime gameTime ) : void

비공개 메소드들

메소드 설명
DrawRow ( Squared.Render.Convenience.ImperativeRenderer &ir, float x, float y, SamplerState samplerState, Rectangle sourceRect ) : void

메소드 상세

Draw() 공개 메소드

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

Initialize() 보호된 메소드

protected Initialize ( ) : void
리턴 void

LoadContent() 보호된 메소드

protected LoadContent ( ) : void
리턴 void

RenderPrecisionTestGame() 공개 메소드

public RenderPrecisionTestGame ( ) : System
리턴 System

UnloadContent() 보호된 메소드

protected UnloadContent ( ) : void
리턴 void

Update() 보호된 메소드

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

프로퍼티 상세

ClearColor 공개적으로 정적으로 프로퍼티

public static Color ClearColor
리턴 Color