Méthode | Description | |
---|---|---|
Draw ( System.TimeSpan gameTime ) : void |
Allows to perform custom drawing. This method will only be called if all the following points are true: |
|
GridRenderer ( ) : System |
Initializes a new instance of the GridRenderer class.
|
|
GridRenderer ( |
Initializes a new instance of the GridRenderer class.
|
|
GridRenderer ( string name, |
Initializes a new instance of the GridRenderer class.
|
Méthode | 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 | |
Résultat | void |
public Draw ( System.TimeSpan gameTime ) : void | ||
gameTime | System.TimeSpan | The elapsed game time. |
Résultat | void |
public GridRenderer ( |
||
layerType | Type of the layer. | |
Résultat | System |
public GridRenderer ( string name, |
||
name | string | Name of this instance. |
layerType | Type of the layer. | |
Résultat | System |