UserInterface.RenderTarget Property

GeonBit.UI

UserInterfaceRenderTarget Property
Get the main render target all the UI draws on.

Namespace:  GeonBit.UI
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public RenderTarget2D RenderTarget { get; }

Property Value

Type: RenderTarget2D
See Also