docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method ImportPath

    ImportPath(string)

    Import of a single CSV file from the Filesystem.

    Declaration
    public Task<(bool, IEnumerable<Product>)> ImportPath(string path)
    Parameters
    Type Name Description
    string path

    The path.

    Returns
    Type Description
    Task<(bool, IEnumerable<Product>)>

    System.ValueTuple<System.Boolean, IEnumerable<Product>>.

    Implements
    IImporter.ImportPath(string)
    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)