HOCO Unity SDK 0.0.15-Alpha
A Web3 SDK provided by HoneyComb
Loading...
Searching...
No Matches
CloudAPIConfiguration

A type of ScriptableSingleton that holds the CloudAPISettings for the Cloud API. A ScriptableObject where you configure what server to use. More...

Inheritance diagram for CloudAPIConfiguration:
[legend]

Public Attributes

CloudAPISettings Settings = new CloudAPISettings()
 

Properties

static bool IsInitialized [get]
 
static CloudAPIConfiguration Selected [get, set]
 
- Properties inherited from ScriptableSingleton< CloudAPIConfiguration >
static TObject Instance [get]
 

Additional Inherited Members

- Protected Member Functions inherited from ScriptableSingleton< CloudAPIConfiguration >
virtual void Awake ()
 

Detailed Description

A type of ScriptableSingleton that holds the CloudAPISettings for the Cloud API. A ScriptableObject where you configure what server to use.

Member Data Documentation

◆ Settings

Property Documentation

◆ IsInitialized

bool IsInitialized
staticget

◆ Selected

CloudAPIConfiguration Selected
staticgetset