C# 클래스 WaveEngine.Components.Toolkit.TextRenderer2D

상속: Drawable2D
파일 보기 프로젝트 열기: WaveEngine/Components

공개 메소드들

메소드 설명
Draw ( System.TimeSpan gameTime ) : void

Draws the text

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Disposes the text control

DrawDebugLines ( ) : void

Draws the debug lines

Initialize ( ) : void

Initializes the instance.

메소드 상세

Dispose() 보호된 메소드

Disposes the text control
protected Dispose ( bool disposing ) : void
disposing bool If it's disposing
리턴 void

Draw() 공개 메소드

Draws the text
public Draw ( System.TimeSpan gameTime ) : void
gameTime System.TimeSpan The ellapsed gameTime
리턴 void

DrawDebugLines() 보호된 메소드

Draws the debug lines
protected DrawDebugLines ( ) : void
리턴 void

Initialize() 보호된 메소드

Initializes the instance.
protected Initialize ( ) : void
리턴 void