Our new developer documentation is now available. Please check it out!
OdinLibrary.Initialize
Warning
Version 1.1.0 is deprecated and will be removed in the future and is not being supported for new users. Please update to the latest version as soon as possible.
public static void Initialize()
public static void Initialize(OdinLibraryParameters parameters)
Initializes the native ODIN runtime
Info
This function explicitly loads the ODIN library. It will be invoked automatically by the SDK when required.
Parameters
Name | Type | Description |
---|---|---|
parameters | OdinLibraryParameters | Information used to create the instance |
Variants
Initialize()
public static void Initialize()
Initializes the native ODIN runtime
Warning
This function explicitly loads the ODIN library. It will be invoked automatically by the SDK when required.
Initialize(parameters)
public static void Initialize(OdinLibraryParameters parameters)
Creates a new Core-Instance
Parameters
Name | Type | Description |
---|---|---|
parameters | OdinLibraryParameters | Information used to create the instance |