Method | Description | |
---|---|---|
Draw ( System.TimeSpan gameTime ) : void |
Allows to perform custom drawing. This method will only be called if all the following points are true: |
|
TextControlRenderer ( ) : System |
Initializes a new instance of the TextControlRenderer class.
|
|
TextControlRenderer ( |
Initializes a new instance of the TextControlRenderer class.
|
|
TextControlRenderer ( string name, |
Initializes a new instance of the TextControlRenderer class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources
|
|
DrawDebugLines ( ) : void |
Helper method that draws debug lines. This method will only work on debug mode and if RenderManager.DebugLines /> is set to |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
return | void |
public Draw ( System.TimeSpan gameTime ) : void | ||
gameTime | System.TimeSpan | The elapsed game time. |
return | void |
public TextControlRenderer ( |
||
layerType | Type of the layer. | |
return | System |
public TextControlRenderer ( string name, |
||
name | string | Name of this instance. |
layerType | Type of the layer. | |
return | System |