Class PlatformOverride
Unity
Namespace: UnityEngine .Localization.Metadata
Assembly: Unity.Localization.dll
Syntax
[Serializable]
public class PlatformOverride : IEntryOverride, IMetadata, ISerializationCallbackReceiver
Methods
Name | Description |
---|---|
Add |
Add a platform override for the current entry. This will use the same table collection but a different entry in the table than the one this Metadata is attached to. This is useful if you want to have overrides for entries that are stored in the same table. |
Add |
Add a platform override for the table, entry or both. |
Add |
Add a platform override for the current table collection. This will result in the table being switched but the same entry name being used. This is useful if you want to have specialist tables that will implement the same keys for certain entries. |
Get |
Returns the Entry |
Get |
Returns the Entry |
Remove |
Removes the platform override for the chosen platform. |