Interface ILocalizationLanguageConfig
Namespace: IdleKit.Localization
Assembly: cs.temp.dll.dll
Syntax
public interface ILocalizationLanguageConfig
Properties
AssetReference
Declaration
LanguageDataAssetReference AssetReference { get; }
Property Value
Type | Description |
---|---|
LanguageDataAssetReference |
LanguageDatas
Declaration
ILocalizedTextData[] LanguageDatas { get; }
Property Value
Type | Description |
---|---|
ILocalizedTextData[] |
Locale
Declaration
string Locale { get; }
Property Value
Type | Description |
---|---|
String |
Methods
Unload()
Declaration
void Unload()