Click or drag to resize
GraphicsManagerUpdate Method
Update manager.

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

Parameters

time
Type: GameTime
GameTime, as provided by MonoGame.

Implements

IManagerUpdate(GameTime)
See Also