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

    Interface IKeyColumn

    Represents a CSV column that is responsible for identifying what entry the row should be mapped to.

    Namespace: UnityEditor.Localization.Plugins.CSV.Columns
    Syntax
    public interface IKeyColumn

    Methods

    ReadKey(CsvReader)

    Returns the entry that should be mapped for the current row or null if one can not be found.

    Declaration
    SharedTableData.SharedTableEntry ReadKey(CsvReader reader)
    Parameters
    Type Name Description
    CsvReader reader

    Provides read access to the CSV file.

    Returns
    Type Description
    SharedTableData.SharedTableEntry

    The mapped entry or null if one could not be found.

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