Developer Documentation

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

NameTypeDescription
parametersOdinLibraryParametersInformation 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

NameTypeDescription
parametersOdinLibraryParametersInformation used to create the instance