Click or drag to resize
ConfigStorageUpdate Method
Called every frame during the Update() phase.

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