Class CSVImportAdaptor
An implementation of the IImporter Interface that simplifies the import process for Comma-separated values (csv) files.
Implements
Inherited Members
Namespace: Unity.Industrial.Configurator.Importers.csv.Editor
Assembly: solution.dll
Syntax
[ConfiguratorImporter]
public class CSVImportAdaptor : IImporter
Methods
| Name | Description |
|---|---|
| ImportAllPaths(IEnumerable<string>) | Import of Multiple Filesystem paths is not supported. |
| ImportObject(Object, Product) | Import of a GameObject is not supported. |
| ImportPath(string) | Import of a single CSV file from the Filesystem. |
| OnPostProductImport(Configurator) | No need for post processing. |
| SaveObjectNonPersistentDependencies(Object, Product) | Saves the object non persistent dependencies. |