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
Assembly: Unity.Localization.Editor.dll
Syntax
public interface IPullKeyColumn
Methods
Name | Description |
---|---|
PullKey(string, string) | Provides the entry that the current row represents. |