Class LocalizeString
Inheritance
System.Object
LocalizeString
Syntax
public class LocalizeString : LocalizationBehaviour
Properties
IsPlural
Declaration
public bool IsPlural { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PluralValue
Declaration
public int PluralValue { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StringReference
Declaration
public LocalizedStringReference StringReference { get; set; }
Property Value
UpdateString
Declaration
public LocalizeString.LocalizationUnityEvent UpdateString { get; set; }
Property Value
Methods
OnLocaleChanged(Locale)
Declaration
protected override void OnLocaleChanged(Locale newLocale)
Parameters
Type |
Name |
Description |
Locale |
newLocale |
|
Overrides
StringLoaded(AsyncOperationHandle<String>)
Declaration
protected virtual void StringLoaded(AsyncOperationHandle<string> stringOp)
Parameters
Type |
Name |
Description |
AsyncOperationHandle<System.String> |
stringOp |
|