Class ColumnMapping
Provides preconfigured columns mappings that can be used with GoogleSheets.
Namespace: UnityEditor.Localization.Plugins.Google.Columns
Assembly: Unity.Localization.Editor.dll
Syntax
public static class ColumnMapping
Methods
| Name | Description |
|---|---|
| AddLocaleMappings(IList<SheetColumn>) | Creates a LocaleColumn for any project Locale that is missing from the columns. |
| CreateDefaultMapping() | Creates a KeyColumn at "A" and then a LocaleColumn for each Locale in the project, each mapped to a unique Column. |
| CreateMappingsFromColumnNames(IList<string>, IList<string>) | Creates columns by attempting to match to expected column names(case insensitive).
|
| GetNextAvailableColumn(HashSet<int>) | Returns the next available sheet column. |
| GetNextAvailableColumn(IList<SheetColumn>) | Returns the next available column name. For example if |
| GetNextAvailableColumn(params string[]) | Returns the next available column name. For example if |