Click or drag to resize
AB4D logo

RenderSpritesRenderingStep Properties

The RenderSpritesRenderingStep type exposes the following members.

Properties
 NameDescription
Public propertySpriteBatches 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).
Top
See Also