docs.unity3d.com
    Show / Hide Table of Contents

    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.

    Back to top
    Terms of use
    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