Class SharedTableEntryMetadata | Localization | 0.9.0-preview
docs.unity3d.com
    Show / Hide Table of Contents

    Class SharedTableEntryMetadata

    Shared Metadata is data that is associated to one or more entries in a single LocalizationTable. While it is possible to share any metadata across multiple entries in a table, this will track the entries that are currently using it providing a quick way to get all the entries.

    Inheritance
    Object
    SharedTableEntryMetadata
    SmartFormatTag
    Namespace: UnityEngine.Localization.Metadata
    Syntax
    public abstract class SharedTableEntryMetadata : IMetadata, ISerializationCallbackReceiver

    Methods

    OnAfterDeserialize()

    Converts the serializable list into a hashset.

    Declaration
    public void OnAfterDeserialize()
    Implements
    ISerializationCallbackReceiver.OnAfterDeserialize()

    OnBeforeSerialize()

    Converts the internal hashset into a serializable list.

    Declaration
    public void OnBeforeSerialize()
    Implements
    ISerializationCallbackReceiver.OnBeforeSerialize()
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023