[This is preliminary documentation and is subject to change.]

Initializes a new instance of the world singleton

Namespace: Clarion
Assembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)

Syntax

C#
public static void Initialize()

Remarks

Caution
It is not usually necessary to call this method as the singleton world instance is automatically created during static initialization. Additionally, calling this method will ONLY create a new singleton world instance if no singleton instance exists. To re-initialize the singleton world instance, you must first call the Destroy()()()() method.

See Also