Click or drag to resize
GraphicsManagerUpdate Method
Update the graphics manager.

Namespace:  GeonBit.Core.Graphics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static void Update(
	float timeFactor
)

Parameters

timeFactor
Type: SystemSingle
Time, in seconds, since last update frame.
See Also