docs.unity.cn
    Show / Hide Table of Contents

    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
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Thursday, October 28, 2021