docs.unity.cn
    Show / Hide Table of Contents

    Enum MissingEntryAction

    Options for how to handle missing entries when using CheckForMissingSharedTableDataEntries(MissingEntryAction).

    Namespace: UnityEngine.Localization.Tables
    Syntax
    public enum MissingEntryAction : int

    Fields

    Name Description Value
    AddEntriesToSharedData

    Add the missing entries to the SharedTableData.

    Nothing

    Do nothing.

    RemoveEntriesFromTable

    Remove the missing entries from the table.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Friday, March 4, 2022
    Terms of use