C# Class WaveEngine.Components.Toolkit.TextRenderer3D

Inheritance: Drawable3D
Mostra file Open project: WaveEngine/Components

Public Methods

Method Description
Draw ( System.TimeSpan gameTime ) : void

Draws the text

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Disposes the text control

DrawDebugLines ( ) : void

Draws the debug lines

Initialize ( ) : void

Initializes the instance.

ResolveDependencies ( ) : void

Resolves the dependencies

Method Details

Dispose() protected method

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

Draw() public method

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

DrawDebugLines() protected method

Draws the debug lines
protected DrawDebugLines ( ) : void
return void

Initialize() protected method

Initializes the instance.
protected Initialize ( ) : void
return void

ResolveDependencies() protected method

Resolves the dependencies
protected ResolveDependencies ( ) : void
return void