FAST SDK Coding Reference 1.0.3
Loading...
Searching...
No Matches
AssetSettings Class Reference

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.
 

Detailed Description

A data structure to store FAST.AssetFromFile and FAST.AssetsLoader settings.

Member Data Documentation

◆ languages

string [] languages = { }

Settings, Code
The list of languages available in this activity.

◆ prefixErrorMessage

string prefixErrorMessage = ""

Settings, Code
A message that will be added before the FAST.LoadingProgress error message at runtime.

◆ prefixFileName

string prefixFileName = ""

Settings, Code
A string that will be added to the front of the FAST.AssetFromFile.baseFileName at runtime.

◆ replacementErrorMessage

string replacementErrorMessage = ""

Settings, Code
A message that will replace the FAST.LoadingProgress error message at runtime.

◆ suffixErrorMessage

string suffixErrorMessage = ""

Settings, Code
A message that will be added after the FAST.LoadingProgress error message at runtime.

◆ suffixFileName

string suffixFileName = ""

Settings, Code
A string that will be inserted to the end of the FAST.AssetFromFile.baseFileName, but before the extension, at runtime.


The documentation for this class was generated from the following file: