Click or drag to resize
GeonBitGameUpdate Method
Allows the game to run custom frame-based logic.

Namespace:  GeonBit
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public abstract void Update(
	GameTime gameTime
)

Parameters

gameTime
Type: GameTime
Provides a snapshot of timing values.
See Also