UserInterfaceDrawMainRenderTarget Method |
Finalize the draw frame and draw all the UI on screen.
This function only works if we are in UseRenderTarget mode.
Namespace:
GeonBit.UI
Assembly:
GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void DrawMainRenderTarget(
SpriteBatch spriteBatch
)
Parameters
- spriteBatch
- Type: SpriteBatch
Sprite batch to draw on.
See Also