C# 클래스 Knot3.Game.Development.Overlay

상속: Knot3.Framework.Core.DrawableScreenComponent
파일 보기 프로젝트 열기: knot3/knot3-code 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Draw void
DrawCoordinates void
DrawFPS void
DrawOverlay void
DrawProfiler void
DrawString void
DrawString void
DrawVectorCoordinates void
Update void
UpdateFPS void

공개 메소드들

메소드 설명
Overlay ( IScreen screen, World world ) : System

비공개 메소드들

메소드 설명
Draw ( GameTime time ) : void
DrawCoordinates ( GameTime time ) : void
DrawFPS ( GameTime time ) : void
DrawOverlay ( GameTime time ) : void
DrawProfiler ( GameTime time ) : void
DrawString ( float n, int width, int height, Color color ) : void
DrawString ( string str, int width, int height, Color color ) : void
DrawVectorCoordinates ( Vector3 vector, int width2, int width3, int width4, int height ) : void
Update ( GameTime time ) : void
UpdateFPS ( GameTime time ) : void

메소드 상세

Overlay() 공개 메소드

public Overlay ( IScreen screen, World world ) : System
screen IScreen
world World
리턴 System