Click or drag to resize
DiagnosticDraw Method
Called every frame during the Draw() process.

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

Parameters

time
Type: GameTime

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

Implements

IManagerDraw(GameTime)
See Also