Class LocalizationBehaviour
Inheritance
System.Object
LocalizationBehaviour
Namespace: UnityEngine.Localization.Components
Syntax
public abstract class LocalizationBehaviour : MonoBehaviour
Methods
ForceUpdate()
Declaration
public virtual void ForceUpdate()
OnDisable()
Declaration
protected virtual void OnDisable()
OnEnable()
Declaration
protected virtual void OnEnable()
OnLocaleChanged(Locale)
Declaration
protected abstract void OnLocaleChanged(Locale newLocale)
Parameters
Type | Name | Description |
---|---|---|
Locale | newLocale |