| UIRenderer Constructor (GraphicsDevice, Theme) |
Initializes a new instance of the
UIRenderer class.
Namespace: DigitalRune.Game.UI.RenderingAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax public UIRenderer(
GraphicsDevice graphicsDevice,
Theme theme
)
Public Sub New (
graphicsDevice As GraphicsDevice,
theme As Theme
)
public:
UIRenderer(
GraphicsDevice^ graphicsDevice,
Theme^ theme
)
new :
graphicsDevice : GraphicsDevice *
theme : Theme -> UIRenderer
Parameters
- graphicsDevice
- Type: GraphicsDevice
The graphics device. - theme
- Type: DigitalRune.Game.UI.RenderingTheme
The loaded UI theme.
Exceptions See Also