docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum HDLightType

    This enum has been deprecated, and light types that existed only in HDRP have been moved into the UnityEngine.LightType instead. So you should now directly set the type property on the UnityEngine.Light monobehaviour.

    Namespace: UnityEngine.Rendering.HighDefinition
    Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
    Syntax
    [Obsolete("This enum has been deprecated. Use the UnityEngine.LightType enum instead.", false)]
    public enum HDLightType

    Fields

    Name Description
    Area

    Area Light. Complete this type by setting the AreaLightShape too.

    Directional

    Directional Light.

    Point

    Point Light.

    Spot

    Spot Light. Complete this type by setting the SpotLightShape too.

    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)