docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class CSVImportAdaptor

    An implementation of the IImporter Interface that simplifies the import process for Comma-separated values (csv) files.

    Inheritance
    object
    CSVImportAdaptor
    Implements
    IImporter
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    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.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)