Interface IAssetImporterConfigurator | Asset Graph | 1.6.0-preview
docs.unity3d.com
    Show / Hide Table of Contents

    Interface IAssetImporterConfigurator

    IImportSettingsConfigurator is an interface to configure import settings for assets. Subclass of IImportSettingsConfigurator must have CustomImportSettingsConfigurator attribute.

    Namespace: UnityEngine.AssetGraph
    Syntax
    public interface IAssetImporterConfigurator

    Methods

    Configure(AssetImporter, AssetImporter, BuildTarget, String)

    Declaration
    void Configure(AssetImporter referenceImporter, AssetImporter importer, BuildTarget target, string group)
    Parameters
    Type Name Description
    AssetImporter referenceImporter
    AssetImporter importer
    BuildTarget target
    String group

    Initialize(ConfigurationOption)

    Declaration
    void Initialize(ConfigurationOption legacyOption)
    Parameters
    Type Name Description
    ConfigurationOption legacyOption

    IsModified(AssetImporter, AssetImporter, BuildTarget, String)

    Declaration
    bool IsModified(AssetImporter referenceImporter, AssetImporter importer, BuildTarget target, string group)
    Parameters
    Type Name Description
    AssetImporter referenceImporter
    AssetImporter importer
    BuildTarget target
    String group
    Returns
    Type Description
    Boolean

    OnInspectorGUI(AssetImporter, BuildTargetGroup, Action)

    Declaration
    void OnInspectorGUI(AssetImporter referenceImporter, BuildTargetGroup target, Action onValueChanged)
    Parameters
    Type Name Description
    AssetImporter referenceImporter
    BuildTargetGroup target
    Action onValueChanged
    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