Render |
The RenderSpritesRenderingStep type exposes the following members.
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). |