docs.unity3d.com
    Show / Hide Table of Contents

    Class InfoEngineImporter

    Info engine importer

    Inheritance
    Object
    Object
    ScriptableObject
    ScriptableSingleton<InfoEngineImporter>
    InfoEngineImporter
    Inherited Members
    UnityEditor.ScriptableSingleton<UnityEditor.Industrial.Configuring.UI.InfoEngineImporter>.Save(System.Boolean)
    UnityEditor.ScriptableSingleton<UnityEditor.Industrial.Configuring.UI.InfoEngineImporter>.GetFilePath()
    UnityEditor.ScriptableSingleton<UnityEditor.Industrial.Configuring.UI.InfoEngineImporter>.instance
    ScriptableObject.SetDirty()
    ScriptableObject.CreateInstance(String)
    ScriptableObject.CreateInstance(Type)
    ScriptableObject.CreateInstance<T>()
    Object.GetInstanceID()
    Object.GetHashCode()
    Object.Equals(Object)
    Object.Instantiate(Object, Vector3, Quaternion)
    Object.Instantiate(Object, Vector3, Quaternion, Transform)
    Object.Instantiate(Object)
    Object.Instantiate(Object, Transform)
    Object.Instantiate(Object, Transform, Boolean)
    Object.Instantiate<T>(T)
    Object.Instantiate<T>(T, Vector3, Quaternion)
    Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
    Object.Instantiate<T>(T, Transform)
    Object.Instantiate<T>(T, Transform, Boolean)
    Object.Destroy(Object, Single)
    Object.Destroy(Object)
    Object.DestroyImmediate(Object, Boolean)
    Object.DestroyImmediate(Object)
    Object.FindObjectsOfType(Type)
    Object.FindObjectsOfType(Type, Boolean)
    Object.DontDestroyOnLoad(Object)
    Object.DestroyObject(Object, Single)
    Object.DestroyObject(Object)
    Object.FindSceneObjectsOfType(Type)
    Object.FindObjectsOfTypeIncludingAssets(Type)
    Object.FindObjectsOfType<T>()
    UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
    Object.FindObjectOfType<T>()
    UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
    Object.FindObjectsOfTypeAll(Type)
    Object.FindObjectOfType(Type)
    Object.FindObjectOfType(Type, Boolean)
    Object.ToString()
    Object.name
    Object.hideFlags
    Namespace: UnityEditor.Industrial.Configuring.UI
    Syntax
    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
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023