| UIRendererSpriteBatch 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 public SpriteBatch SpriteBatch { get; }
Public ReadOnly Property SpriteBatch As SpriteBatch
Get
public:
virtual property SpriteBatch^ SpriteBatch {
SpriteBatch^ get () sealed;
}
abstract SpriteBatch : SpriteBatch with get
override SpriteBatch : SpriteBatch with get
Property Value
Type:
SpriteBatchThe sprite batch that is used to draw all images for the UI controls.
Implements
IUIRendererSpriteBatchSee Also