Interface IKeyGenerator
Provides a way to generate unique Id values for table entries.
Namespace: UnityEngine.Localization.Tables
Assembly: Unity.Localization.dll
Syntax
public interface IKeyGenerator
Methods
| Name | Description |
|---|---|
| GetNextKey() | Return the next Id value that can be used. |