docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class HDIESImporter

    Class to describe the HDRP specific function

    Inheritance
    object
    HDIESImporter
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEditor.Rendering.HighDefinition
    Assembly: Unity.RenderPipelines.HighDefinition.Editor.dll
    Syntax
    [InitializeOnLoad]
    public static class HDIESImporter

    Methods

    CreateRenderPipelinePrefabLight(AssetImportContext, string, bool, string, float, 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

    bool useIESMaximumIntensity

    True if uses the internal Intensity from the file

    string iesMaximumIntensityUnit

    The string of the units described by the intensity

    float iesMaximumIntensity

    Intensity

    Light light

    Light used for the prefab

    Texture ies

    Texture used for the prefab

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)