Click or drag to resize
AB4D logo

RenderSpritesRenderingStepSpriteBatches Property

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).

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public List<SpriteBatch> SpriteBatches { get; }

Property Value

ListSpriteBatch
See Also