Our new developer documentation is now available. Please check it out!
OdinLibrary.Initialize
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 |