Class InfoEngineImporter
Info engine importer
Inheritance
InfoEngineImporter
Inherited Members
UnityEditor.ScriptableSingleton<Unity.Industrial.Forma.Editor.UI.Service.InfoEngineImporter>.Save(System.Boolean)
UnityEditor.ScriptableSingleton<Unity.Industrial.Forma.Editor.UI.Service.InfoEngineImporter>.GetFilePath()
UnityEditor.ScriptableSingleton<Unity.Industrial.Forma.Editor.UI.Service.InfoEngineImporter>.instance
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: Unity.Industrial.Forma.Editor.UI.Service
Syntax
[MovedFrom(true, "UnityEditor.Industrial.Configuring.UI", "Unity.Industrial.Configurator.Editor", null)]
public class InfoEngineImporter : ScriptableSingleton<InfoEngineImporter>
Fields
CreateFeatureDisplayInformationAction
Set your custom info engine importer here to override ImportUtility's default behavior
Declaration
public Func<Product, Feature, DisplayInfoContent, FeatureDisplayInfo> CreateFeatureDisplayInformationAction
Field Value
| Type | Description |
|---|---|
| Func<Product, Feature, DisplayInfoContent, FeatureDisplayInfo> |
CreateFeatureSetDisplayInformationAction
Set your custom info engine importer here to override ImportUtility's default behavior
Declaration
public Func<Product, FeatureSet, DisplayInfoContent, FeatureSetDisplayInfo> CreateFeatureSetDisplayInformationAction
Field Value
| Type | Description |
|---|---|
| Func<Product, FeatureSet, DisplayInfoContent, FeatureSetDisplayInfo> |
CreateProductDisplayInformationAction
Set your custom info engine importer here to override ImportUtility's default behavior
Declaration
public Func<Product, DisplayInfoContent, ProductDisplayInfo> CreateProductDisplayInformationAction
Field Value
| Type | Description |
|---|---|
| Func<Product, DisplayInfoContent, ProductDisplayInfo> |
Methods
CreateFeatureDisplayInformation(Product, Feature, DisplayInfoContent)
Create feature display
Declaration
public FeatureDisplayInfo CreateFeatureDisplayInformation(Product product, Feature feature, DisplayInfoContent displayInfo = null)
Parameters
| Type | Name | Description |
|---|---|---|
| Product | product | |
| Feature | feature | |
| DisplayInfoContent | displayInfo |
Returns
| Type | Description |
|---|---|
| FeatureDisplayInfo |
CreateFeatureSetDisplayInformation(Product, FeatureSet, DisplayInfoContent)
Create feature set display
Declaration
public FeatureSetDisplayInfo CreateFeatureSetDisplayInformation(Product product, FeatureSet featureSet, DisplayInfoContent displayInfo = null)
Parameters
| Type | Name | Description |
|---|---|---|
| Product | product | |
| FeatureSet | featureSet | |
| DisplayInfoContent | displayInfo |
Returns
| Type | Description |
|---|---|
| FeatureSetDisplayInfo |
CreateProductDisplayInformation(Product, DisplayInfoContent)
Create product display
Declaration
public ProductDisplayInfo CreateProductDisplayInformation(Product product, DisplayInfoContent displayInfo = null)
Parameters
| Type | Name | Description |
|---|---|---|
| Product | product | |
| DisplayInfoContent | displayInfo |
Returns
| Type | Description |
|---|---|
| ProductDisplayInfo |