Class LocaleColumn
Represents a Google Sheet column that is synchronized to a localized value for a chosen Locale.
Inherited Members
Namespace: UnityEditor .Localization.Plugins.Google.Columns
Assembly: Unity.Localization.Editor.dll
Syntax
[Serializable]
public class LocaleColumn : SheetColumn
Properties
Name | Description |
---|---|
Include |
Should any Comment metadata be included as cell notes? |
Locale |
The Id of the Locale. |
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 |
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 |