docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum AreaLightShape

    This enum has been deprecated, and the area light shapes now exist as separate members in the UnityEngine.LightType enum. The Rectangle, Tube, and Disc types are represented by LightType.Rectangle, LightType.Tube, and LightType.Disc respectively.

    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 AreaLightShape

    Fields

    Name Description
    Disc

    Disc shape. Baking only.

    Rectangle

    Rectangle shape.

    Tube

    Tube shape. Runtime only

    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)