Click or drag to resize
GeonBitMainRun Method
Run GeonBit engine. Call this function from your program Main() function, with the implementation of your GeonBitGame class.

Namespace:  GeonBit
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void Run(
	GeonBitGame game
)

Parameters

game
Type: GeonBitGeonBitGame
Your main 'game' class.
See Also