docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class LocaleColumn

    Represents a Google Sheet column that is synchronized to a localized value for a chosen Locale.

    Inheritance
    object
    SheetColumn
    LocaleColumn
    Inherited Members
    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 LocaleColumn : SheetColumn

    Properties

    Name Description
    IncludeComments

    Should any Comment metadata be included as cell notes?

    LocaleIdentifier

    The Id of the Locale.

    PushFields

    Controls which cell fields to synchronize.

    Methods

    Name Description
    PullBegin(StringTableCollection)

    Called when starting a pull to allow a column to initialize itself.

    PullCellData(SharedTableEntry, string, string)

    Called to update the StringTableCollection using the provided cell data.

    PushBegin(StringTableCollection)

    Called when starting a push to allow a column to initialize itself.

    PushCellData(SharedTableEntry, IList<StringTableEntry>, out string, out string)

    Extracts the data that should populate the columns cell for the row associated with the Key.

    PushHeader(StringTableCollection, out string, out string)

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

    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)