UserInterfaceInitialize Method (ContentManager, BuiltinThemes) |
Initialize UI manager (mostly load resources and set some defaults).
Namespace:
GeonBit.UI
Assembly:
GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static void Initialize(
ContentManager contentManager,
BuiltinThemes theme
)
Parameters
- contentManager
- Type: ContentManager
Content manager. - theme
- Type: GeonBit.UIBuiltinThemes
Which UI theme to use. This affect the appearance of all textures and effects.
See Also