Click or drag to resize
CoreManagerInitialize Method
Init all core components.

Namespace:  GeonBit.Core
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static void Initialize(
	GraphicsDeviceManager graphics,
	ContentManager content
)

Parameters

graphics
Type: GraphicsDeviceManager
Graphic device manager.
content
Type: ContentManager
Content manager.
See Also