Enum MissingEntryAction
Namespace: UnityEngine.Localization.Tables
Syntax
public enum MissingEntryAction
Fields
Name | Description |
---|---|
AddEntriesToSharedData | Add the missing entries to the SharedTableData. |
Nothing | Do nothing. |
RemoveEntriesFromTable | Remove the missing entries from the table. |