FAST SDK Coding Reference 1.0.3
|
A data structure to store FAST.AssetFromFile and FAST.AssetsLoader settings. More...
Public Attributes | |
string[] | languages = { } |
Settings, Code The list of languages available in this activity. | |
string | prefixErrorMessage = "" |
Settings, Code A message that will be added before the FAST.LoadingProgress error message at runtime. | |
string | prefixFileName = "" |
Settings, Code A string that will be added to the front of the FAST.AssetFromFile.baseFileName at runtime. | |
string | replacementErrorMessage = "" |
Settings, Code A message that will replace the FAST.LoadingProgress error message at runtime. | |
string | suffixErrorMessage = "" |
Settings, Code A message that will be added after the FAST.LoadingProgress error message at runtime. | |
string | suffixFileName = "" |
Settings, Code A string that will be inserted to the end of the FAST.AssetFromFile.baseFileName, but before the extension, at runtime. | |
A data structure to store FAST.AssetFromFile and FAST.AssetsLoader settings.
string [] languages = { } |
Settings, Code
The list of languages available in this activity.
string prefixErrorMessage = "" |
Settings, Code
A message that will be added before the FAST.LoadingProgress error message at runtime.
string prefixFileName = "" |
Settings, Code
A string
that will be added to the front of the FAST.AssetFromFile.baseFileName at runtime.
string replacementErrorMessage = "" |
Settings, Code
A message that will replace the FAST.LoadingProgress error message at runtime.
string suffixErrorMessage = "" |
Settings, Code
A message that will be added after the FAST.LoadingProgress error message at runtime.
string suffixFileName = "" |
Settings, Code
A string
that will be inserted to the end of the FAST.AssetFromFile.baseFileName, but before the extension, at runtime.