Click or drag to resize
GraphicsManagerInitialize Method
Init GraphicsManager.

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

Parameters

graphics
Type: GraphicsDeviceManager
Graphic device manager.
See Also