Class SharedTableCollectionMetadata
Shared Metadata is data that is associated to all tables that use the same SharedTableData, also known as an AssetTableCollection. Multiple table entries can be included in the SharedTableCollectionMetadata and The tables that use each table entry are recorded.
Namespace: UnityEngine.Localization.Metadata
Assembly: Unity.Localization.dll
Syntax
[Serializable]
public abstract class SharedTableCollectionMetadata : IMetadata, ISerializationCallbackReceiver
Properties
Name | Description |
---|---|
EntriesLookup | Dictionary that contains all the entries Key Ids that are using this, the HashSet includes the country codes of the tables that are using the metadata. |
IsEmpty | Are any table entries currently associated to this Metadata? |
Methods
Name | Description |
---|---|
AddEntry(long, string) | Add the table entry for a specific table to the shared Metadata. |
Contains(long) | Is the table entry associated to this Metadata? |
Contains(long, string) | Is the table entry and culture code associated to this Metadata? |
RemoveEntry(long, string) | Remove the table entry for a specific table from the shared Metadata. |