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

    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 Thursday, June 9, 2022
    Terms of use