| IUIRendererSpriteBatch Property |
Gets the sprite batch that is used to draw all images for the UI controls.
Namespace: DigitalRune.Game.UI.RenderingAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax SpriteBatch SpriteBatch { get; }
ReadOnly Property SpriteBatch As SpriteBatch
Get
property SpriteBatch^ SpriteBatch {
SpriteBatch^ get ();
}
abstract SpriteBatch : SpriteBatch with get
Property Value
Type:
SpriteBatchThe sprite batch that is used to draw all images for the UI controls.
See Also