Click or drag to resize
AB4D logo

DXSceneRemoveSpriteBatch(SpriteBatch) Method

Removes the specified SpriteBatch from the list of sprite batches that are rendered by this DXScene. If this is the last SpriteBatch in the DefaultRenderSpritesRenderingStep, then it will be removed from the RenderingSteps.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public void RemoveSpriteBatch(
	SpriteBatch spriteBatch
)

Parameters

spriteBatch  SpriteBatch
SpriteBatch to remove
See Also