docs.unity3d.com
    Show / Hide Table of Contents

    Class HDIESImporter

    Class to describe the HDRP specific function

    Inheritance
    Object
    HDIESImporter
    Namespace: UnityEditor.Rendering.HighDefinition
    Syntax
    [InitializeOnLoad]
    public static class HDIESImporter

    Methods

    CreateRenderPipelinePrefabLight(AssetImportContext, String, Boolean, String, Single, Light, Texture)

    Describe how to create an Prefab for the current SRP, have to be reimplemented for each SRP.

    Declaration
    public static void CreateRenderPipelinePrefabLight(AssetImportContext ctx, string iesFileName, bool useIESMaximumIntensity, string iesMaximumIntensityUnit, float iesMaximumIntensity, Light light, Texture ies)
    Parameters
    Type Name Description
    AssetImportContext ctx

    Context used from the asset importer

    String iesFileName

    Filename of the current IES file

    Boolean useIESMaximumIntensity

    True if uses the internal Intensity from the file

    String iesMaximumIntensityUnit

    The string of the units described by the intensity

    Single iesMaximumIntensity

    Intensity

    Light light

    Light used for the prefab

    Texture ies

    Texture used for the prefab

    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