Enum MetadataType
Flags to indicate where the Metadata can be added.
Namespace: UnityEngine.Localization.Metadata
Syntax
[Flags]
public enum MetadataType
Fields
Name | Description |
---|---|
All | Metadata can be added to anything. |
AllTableEntries | Metadata can be added to any table entry. |
AllTables | Metadata can be added to any table type. |
AssetTable | Metadata can be added to a AssetTable. |
AssetTableEntry | Metadata can be added to a AssetTable entry. |
Locale | Metadata can be added to a Locale. |
SharedTableData | Metadata can be added to a SharedTableData. |
StringTable | Metadata can be added to a StringTable. |
StringTableEntry | Metadata can be added to a StringTable entry. |