docs.unity.cn
    Show / Hide Table of Contents

    Enum HDLightTypeAndShape

    Type of an HDRP Light including shape

    Namespace: UnityEngine.Rendering.HighDefinition
    Syntax
    public enum HDLightTypeAndShape

    Fields

    Name Description Value
    BoxSpot

    Spot Light with box shape.

    ConeSpot

    Spot Light with cone shape.

    Directional

    Directional Light.

    DiscArea

    Disc light, baking Only

    Point

    Point Light.

    PyramidSpot

    Spot Light with pyramid shape.

    RectangleArea

    Rectangle Light.

    TubeArea

    Tube Light, runtime Only.

    Extension Methods

    HDLightTypeExtension.IsSpot()
    HDLightTypeExtension.IsArea()
    HDLightTypeExtension.SupportsRuntimeOnly()
    HDLightTypeExtension.SupportsBakedOnly()
    HDLightTypeExtension.SupportsMixed()
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on 18 November 2022
    Terms of use