docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class KeyCommentColumn

    Provides a column that can syncronize the Comment metadata from the SharedTableData.SharedTableEntry.

    Inheritance
    object
    SheetColumn
    KeyMetadataColumn<Comment>
    KeyCommentColumn
    Inherited Members
    KeyMetadataColumn<Comment>.PushBegin(StringTableCollection)
    KeyMetadataColumn<Comment>.PullBegin(StringTableCollection)
    KeyMetadataColumn<Comment>.PushCellData(SharedTableData.SharedTableEntry, IList<StringTableEntry>, out string, out string)
    KeyMetadataColumn<Comment>.PullCellData(SharedTableData.SharedTableEntry, string, string)
    SheetColumn.Column
    SheetColumn.ColumnIndex
    SheetColumn.PushEnd()
    SheetColumn.PullEnd()
    SheetColumn.IndexToColumnName(int)
    SheetColumn.ColumnNameToIndex(string)
    Namespace: UnityEditor.Localization.Plugins.Google.Columns
    Assembly: Unity.Localization.Editor.dll
    Syntax
    [Serializable]
    public class KeyCommentColumn : KeyMetadataColumn<Comment>

    Fields

    Name Description
    ColumnHeader

    Default column name "Key Comments".

    Properties

    Name Description
    PushFields

    Controls which cell fields to synchronize.

    Methods

    Name Description
    PullMetadata(SharedTableEntry, Comment, string, string)

    Called during PullIntoStringTableCollection(int, StringTableCollection, IList<SheetColumn>, bool, ITaskReporter, bool) to extract data from a Google Spreadsheet column cell and convert it into IMetadata.

    PushHeader(StringTableCollection, out string, out string)

    Sets the column title and optional note. These values are always set regardless of the value of PushFields.

    PushMetadata(Comment, out string, out string)

    Called during PushStringTableCollection(int, StringTableCollection, IList<SheetColumn>, ITaskReporter) or PushStringTableCollectionAsync(int, StringTableCollection, IList<SheetColumn>, ITaskReporter). Used to extract values from IMetadata and convert them into a value and/or note that can be part of a Google Spreadsheet column cell.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)