LocalizedString.ChangeHandler
Represents a method that receives a resolved localized string value.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Delegate
- Namespace: Unity.Localization
- Assembly: UnityEngine.LocalizationRuntimeModule
public delegate void LocalizedString.ChangeHandler(string value)
Remarks
Used by the LocalizedString.StringChanged event to deliver the formatted value to subscribers.