Interface ISharedMetadata
Interface for any IMetadata that applies to multiple entries in a table.
Namespace: UnityEngine.Localization.Metadata
Assembly: Unity.Localization.dll
Syntax
[HideInInspector]
public interface ISharedMetadata : IMetadata
Methods
| Name | Description |
|---|---|
| AddEntry(long) | Mark the entry as using this shared metadata. |
| Contains(long) | Is the entry using this shared metadata? |
| RemoveEntry(long) | Remove the entry from the shared metadata. |