Interface ISharedMetadata
Namespace: UnityEngine.Localization.Metadata
Syntax
public interface ISharedMetadata : IMetadata
Methods
AddEntry(UInt32)
Mark the entry as using this shared metadata.
Declaration
void AddEntry(uint keyId)
Parameters
Type | Name | Description |
---|---|---|
UInt32 | keyId |
Contains(UInt32)
Is the entry using this shared metadata?
Declaration
bool Contains(uint keyId)
Parameters
Type | Name | Description |
---|---|---|
UInt32 | keyId |
Returns
Type | Description |
---|---|
Boolean |
RemoveEntry(UInt32)
Remove the entry from the shared metadata.
Declaration
void RemoveEntry(uint keyId)
Parameters
Type | Name | Description |
---|---|---|
UInt32 | keyId |