Delegate LocalizedListChangeHandler
Delegate type for changes to a localized list of strings.
Namespace: UnityEngine.Localization
Assembly: Unity.Localization.dll
Syntax
public delegate void LocalizedListChangeHandler(List<string> newList)
Parameters
| Type | Name | Description |
|---|---|---|
| List<string> | newList | Optional list to populate to avoid allocations |