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 |
---|---|---|
Nothing | Do nothing. |
0 |
AddEntriesToSharedData | Add the missing entries to the SharedTableData. |
1 |
RemoveEntriesFromTable | Remove the missing entries from the table. |
2 |