Namespace UnityEditor.Localization.Plugins.CSV.Columns
Classes
ColumnMapping
Provides preconfigured columns mappings that can be used with Csv.
CsvColumns
Synchronizes one or more CSV columns with localization data.
KeyIdColumns
Represents 3 possible columns in CSV data:
- Key. The unique name of the entry. This value is always included when exporting.
- Id. The Id value for the entry. This field is optional however strongly recomended if you expect to change the Key names.
- Shared Comments. Comment taken from SharedTableData for each entry. This field is optional.
LocaleColumns
Represents the localized value and Comment metadata from a StringTable.
Interfaces
IKeyColumn
Represents a CSV column that is responsible for identifying what entry the row should be mapped to.