Свойство | Type | Description | |
---|---|---|---|
localizationLoaded | bool |
Méthode | Description | |
---|---|---|
Get ( GameObject localizeObject, string key ) : string | ||
Get ( string key ) : string | ||
Initialize ( LocalizationType, type ) : void | ||
ReloadLocalize ( ) : void | ||
Set ( string key, string value ) : void |
Méthode | Description | |
---|---|---|
OnParseLocalizationFile ( |
||
ResetLocalization ( ) : void |
public static Get ( GameObject localizeObject, string key ) : string | ||
localizeObject | GameObject | |
key | string | |
Résultat | string |
public static Initialize ( LocalizationType, type ) : void | ||
type | LocalizationType, | |
Résultat | void |
public static Set ( string key, string value ) : void | ||
key | string | |
value | string | |
Résultat | void |