Interface ISharedMetadata | Localization | 0.5.1-preview
docs.unity.cn
    Show / Hide Table of Contents

    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
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX