Class KeyColumn
Represents a column in a Google Sheets that can be used to map the row to a String
Implements
Inherited Members
Namespace: UnityEditor .Localization.Plugins.Google.Columns
Assembly: Unity.Localization.Editor.dll
Syntax
[Serializable]
public class KeyColumn : SheetColumn, IPullKeyColumn
Fields
Name | Description |
---|---|
Column |
The default name to use for the column is "Key". |
Properties
Name | Description |
---|---|
Push |
Controls which cell fields to synchronize. |
Methods
Name | Description |
---|---|
Pull |
Called when starting a pull to allow a column to initialize itself. |
Pull |
Called to update the String |
Pull |
Provides the entry that the current row represents. |
Push |
Called when starting a push to allow a column to initialize itself. |
Push |
Extracts the data that should populate the columns cell for the row associated with the Key. |
Push |
Sets the column title and optional note. These values are always set regardless of the value of Push |