Astra Unity 2.6.6
Astra Unity Plugin
|
Used to set configuration values for the current project More...
Public Member Functions | |
bool | IsValid (bool outputErrors=false) |
string | ToJSON () |
Exports the ProjectConfiguration object into raw JSON (suitable for saving to disk) More... | |
Static Public Member Functions | |
static implicit | operator ProjectConfiguration (TextAsset textAsset) |
static implicit | operator TextAsset (ProjectConfiguration config) |
static ProjectConfiguration | ParseFromJSON (string text) |
Reads in json text and converts it to suitable ProjectConfiguration object More... | |
static string | ToJSON (ProjectConfiguration config) |
Exports a ProjectConfiguration object into raw JSON (suitable for saving to disk) More... | |
Public Attributes | |
string | appId = "0" |
string | appSecret = "YOURSECRETHERE" |
string | appEnvironment = "https://YOURNAME.maketafi.com" |
string | userLogin |
string | userPassword |
bool | logEnabled = true |
LogLevel | logLevel = LogLevel.Info |
string | logPath |
string | dbPath |
bool | sceneSerialization = false |
Used to set configuration values for the current project
|
inlinestatic |
|
inline |
Exports the ProjectConfiguration object into raw JSON (suitable for saving to disk)
|
inlinestatic |
Exports a ProjectConfiguration object into raw JSON (suitable for saving to disk)
config |