Class SharedTableCollectionMetadata
Shared Metadata is data that is associated to all tables that use the same Shared
Namespace: UnityEngine .Localization.Metadata
Assembly: Unity.Localization.dll
Syntax
[Serializable]
public abstract class SharedTableCollectionMetadata : IMetadata, ISerializationCallbackReceiver
Properties
Name | Description |
---|---|
Entries |
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. |
Is |
Are any table entries currently associated to this Metadata? |
Methods
Name | Description |
---|---|
Add |
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? |
Remove |
Remove the table entry for a specific table from the shared Metadata. |