ListChangeHandler
Receives the localized values whenever a localized string list resolves or changes.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Delegate
- Namespace: Unity.Localization
- Assembly: UnityEngine.LocalizationRuntimeModule
public delegate void ListChangeHandler(List<string> values)
Remarks
Subscribe a handler through ILocalizedStringList.ListChanged. The list instance passed to the handler is a copy, so the handler can keep or edit it freely.