|  | |
| Render | |
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
Syntaxpublic class RenderSpritesRenderingStep : RenderingStepBase
The RenderSpritesRenderingStep type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | RenderSpritesRenderingStep | Initializes a new instance of the RenderSpritesRenderingStep class. | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | SpriteBatches | Gets a list of SpriteBatch objects that are rendered by this RenderSpritesRenderingStep rendering step. Sprites are added to the list by calling CreateSpriteBatch(String) or CreateSpriteBatch(RenderSpritesRenderingStep, String) method and removed by calling RemoveSpriteBatch(SpriteBatch) or RemoveSpriteBatch(SpriteBatch, RenderSpritesRenderingStep). | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | SaveExecutionTimeStatistics | SaveExecutionTimeStatistics is called when we are collecting statistics.
            The implementation of the method should save or add the elapsedMilliseconds to the corresponding property in the RenderingStatistics class. (Overrides RenderingStepBaseSaveExecutionTimeStatistics(Double, RenderingStatistics)) | 
 See Also
See Also