Initialize UnionAdapter
Initialize the UnionAdapter API.
note
Be sure to initialize before calling the UnionAdapter API.
Supported Platforms
- Unity
- Unreal Engine
Supports
Android, iOS, Windows platform.Supports
Android, iOS, Windows platform.Function Definition
- Unity
- Unreal Engine
public static void Init();
public:
static void Init();
Input Parameters
No input parameters.
Code Example
- Unity
- Unreal Engine
GUA.UnionAdapterAPI.Init();
GUA_NAMESPACE::UnionAdapter::Init();