Class LanguagePackage
Properties
name
public string name { get; private set; }
fontDictionary
public Dictionary<string, string> fontDictionary { get; private set; }
Constructors
LanguagePackage(string name, Dictionary<string, string> fontDictionary, List<LanguageEntry> languageEntryList)
public LanguagePackage(string name, Dictionary<string, string> fontDictionary, List<LanguageEntry> languageEntryList)
Methods
static Task<LanguagePackage> LoadLanguagePackage(TextAsset textAsset)
public static Task<LanguagePackage> LoadLanguagePackage(TextAsset textAsset)
IEnumerator<LanguageEntry> GetEnumerator()
public IEnumerator<LanguageEntry> GetEnumerator()