Interface IFileSystemImporter
Interface IFileSystemImporter
Namespace: UnityEditor.Industrial.Configuring.UI
Syntax
public interface IFileSystemImporter
Methods
ImportFileSystem()
Called when the user wants select and import from the file system.
Declaration
Task<IEnumerable<Product>> ImportFileSystem()
Returns
| Type | Description |
|---|---|
| Task<IEnumerable<Product>> | Task<IEnumerable<Product>>. |