Method | Description | |
---|---|---|
Draw ( System.TimeSpan gameTime ) : void |
Draws the text
|
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
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | If it's disposing |
return | void |
public Draw ( System.TimeSpan gameTime ) : void | ||
gameTime | System.TimeSpan | The ellapsed gameTime |
return | void |