[This is preliminary documentation and is subject to change.]
Initializes a new instance of the world singleton
Namespace: ClarionAssembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)
Syntax
C# |
---|
public static void Initialize() |
Remarks
![]() |
---|
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. |