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