Interface IExporter
Exporter interface
Namespace: UnityEditor.Industrial.Configuring.UI
Syntax
public interface IExporter
Methods
Export(String, Product)
Declaration
void Export(string path, Product product)
Parameters
Type | Name | Description |
---|---|---|
String | path | |
Product | product |