UserInterface.Initialize Method (ContentManager, String)

GeonBit.UI

UserInterfaceInitialize Method (ContentManager, String)
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
C#
public static void Initialize(
	ContentManager contentManager,
	string theme = "hd"
)

Parameters

contentManager
Type: ContentManager
Content manager.
theme (Optional)
Type: SystemString
Which UI theme to use (see options in Content/GeonBit.UI/themes/). This affect the appearance of all textures and effects.
See Also