Click or drag to resize
AB4D logo

DXSceneCreateSpriteBatch Method

Overload List
 NameDescription
Public methodCreateSpriteBatch(String) Creates a SpriteBatch that will be used in this DXScene. The SpriteBatch will be added to the DefaultRenderSpritesRenderingStep rendering step. If this is the first sprite batch then the DefaultRenderSpritesRenderingStep is added to RenderingSteps.
Public methodCreateSpriteBatch(RenderSpritesRenderingStep, String) Creates a SpriteBatch that will be added to the specified RenderSpritesRenderingStep. When renderSpritesRenderingStep is not specified, then the created SpriteBatch is added to a the DefaultRenderSpritesRenderingStep rendering step (if this is the first sprite batch then the DefaultRenderSpritesRenderingStep is added to RenderingSteps).
Top
See Also