C# Класс WaveEngine.Components.Toolkit.TextRenderer2D

Наследование: Drawable2D
Показать файл Открыть проект

Открытые методы

Метод Описание
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