Class ColumnMapping
Provides preconfigured columns mappings that can be used with Csv.
Namespace: UnityEditor.Localization.Plugins.CSV.Columns
Assembly: Unity.Localization.Editor.dll
Syntax
public static class ColumnMapping
Methods
Name | Description |
---|---|
AddLocaleMappings(IList<CsvColumns>, bool) | Adds a LocaleColumns for any that are missing, using the project locales as the source. |
CreateDefaultMapping(bool) | Creates default mappings which include KeyIdColumns and a LocaleColumns for each project locale. |