docs.unity3d.com
    Show / Hide Table of Contents

    Class IESImporter

    Common class use to share code between implementation of IES Importeres

    Inheritance
    Object
    IESImporter
    Namespace: UnityEditor.Rendering
    Syntax
    [Serializable]
    public class IESImporter : ScriptedImporter

    Fields

    engine

    IES Engine

    Declaration
    public IESEngine engine
    Field Value
    Type Description
    IESEngine

    iesMetaData

    IES Meta data stored in the ies file

    Declaration
    public IESMetaData iesMetaData
    Field Value
    Type Description
    IESMetaData

    Methods

    OnImportAsset(AssetImportContext)

    Common method performing the import of the asset

    Declaration
    public override void OnImportAsset(AssetImportContext ctx)
    Parameters
    Type Name Description
    AssetImportContext ctx

    Asset importer context.

    Events

    createRenderPipelinePrefabLight

    Delegate prototype which will be sent by the pipeline implementation of the IES Importer Must be initialized during the creation of the SRP

    Declaration
    public static event Action<AssetImportContext, string, bool, string, float, Light, Texture> createRenderPipelinePrefabLight
    Event Type
    Type Description
    Action<AssetImportContext, String, Boolean, String, Single, Light, Texture>

    Extension Methods

    ReflectionUtils.Invoke(Object, String, Object[])
    ReflectionUtils.SetField(Object, String, Object)
    ReflectionUtils.GetField(Object, String)
    ReflectionUtils.GetFields(Object)
    Back to top
    Terms of use
    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