Render |
public class RenderSpritesRenderingStep : RenderingStepBase
The RenderSpritesRenderingStep type exposes the following members.
Name | Description | |
---|---|---|
RenderSpritesRenderingStep | Initializes a new instance of the RenderSpritesRenderingStep class. |
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). |
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)) |