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: |
|
ImageAtlasRenderer ( ) : System |
Initializes a new instance of the ImageAtlasRenderer class.
|
|
ImageAtlasRenderer ( |
Initializes a new instance of the ImageAtlasRenderer 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 ImageAtlasRenderer ( |
||
layerType | Type of the layer. | |
return | System |