Click or drag to resize
DigitalRuneUIManager Constructor
Initializes a new instance of the UIManager class.

Namespace: DigitalRune.Game.UI
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
public UIManager(
	Game game,
	IInputService inputService
)

Parameters

game
Type: Game
The XNA game instance.
inputService
Type: DigitalRune.Game.InputIInputService
The input service.
Exceptions
ExceptionCondition
ArgumentNullExceptiongame or inputService is .
See Also