docs.unity3d.com
    Show / Hide Table of Contents

    Interface IPullKeyColumn

    Represents a column that is responsible for determining which entry to map to the current row in the sheet. This column will be resolved first on each row before any other columns.

    Namespace: UnityEditor.Localization.Plugins.Google.Columns
    Syntax
    public interface IPullKeyColumn

    Methods

    PullKey(String, String)

    Provides the entry that the current row represents.

    Declaration
    SharedTableData.SharedTableEntry PullKey(string cellValue, string cellNote)
    Parameters
    Type Name Description
    String cellValue

    The value in the cell for the column.

    String cellNote

    The value in the notes field for the column.

    Returns
    Type Description
    SharedTableData.SharedTableEntry

    The entry for the current row 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