Class CsvExtension
Provides an editor interface and configuration to a Comma Separated Values (CSV) file.
Namespace: UnityEditor.Localization.Plugins.CSV
Assembly: solution.dll
Syntax
[Serializable]
public class CsvExtension : CollectionExtension
Properties
| Name | Description |
|---|---|
| Columns | Configuation for which mapping CSV columns to their respective localization data. |
| File | Path to the CSV file that will be used by default. |
Methods
| Name | Description |
|---|---|
| Initialize() | Initializes the CSV extension with CreateDefaultMapping(bool). |