Click or drag to resize
IManagerUpdate 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#
void Update(
	GameTime time
)

Parameters

time
Type: GameTime

[Missing <param name="time"/> documentation for "M:GeonBit.Managers.IManager.Update(Microsoft.Xna.Framework.GameTime)"]

See Also