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