UserInterface.Update Method

GeonBit.UI

UserInterfaceUpdate Method
Update the UI manager. This function should be called from your Game 'Update()' function, as early as possible (eg before you update your game state).

Namespace:  GeonBit.UI
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void Update(
	GameTime gameTime
)

Parameters

gameTime
Type: GameTime
Current game time.
See Also