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 © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, June 21, 2023