docs.unity3d.com
    目次を表示する/隠す

    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
    トップに戻る
    Copyright © 2023 Unity Technologies — 商標と利用規約
    • 法律関連
    • プライバシーポリシー
    • クッキー
    • 私の個人情報を販売または共有しない
    • Your Privacy Choices (Cookie Settings)