Sets the static factory instance to the supplied factory. Use this method to supply your own factory implementation.

Namespace:  N2
Assembly:  N2 (in N2.dll) Version: 1.0.404.40299 (1.4.4)

Syntax

C#
public static void Initialize(
	IEngine engine
)
Visual Basic (Declaration)
Public Shared Sub Initialize ( _
	engine As IEngine _
)
Visual C++
public:
static void Initialize(
	IEngine^ engine
)

Parameters

engine
Type: N2.Engine..::.IEngine
The factory to use.

Remarks

Only use this method if you know what you're doing.

See Also