Click or drag to resize
IManagerDraw Method
Called every frame during the Draw() phase.

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

Parameters

time
Type: GameTime

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

See Also