Developer Documentation

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

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