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