Struct LightComponent | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Struct LightComponent

    Namespace: Unity.Rendering
    Syntax
    public struct LightComponent : IComponentData

    Fields

    color

    Declaration
    public Color color
    Field Value
    Type Description
    Color

    colorTemperature

    Declaration
    public float colorTemperature
    Field Value
    Type Description
    System.Single

    cullingMask

    Declaration
    public int cullingMask
    Field Value
    Type Description
    System.Int32

    innerSpotAngle

    Declaration
    public float innerSpotAngle
    Field Value
    Type Description
    System.Single

    intensity

    Declaration
    public float intensity
    Field Value
    Type Description
    System.Single

    range

    Declaration
    public float range
    Field Value
    Type Description
    System.Single

    renderingLayerMask

    Declaration
    public int renderingLayerMask
    Field Value
    Type Description
    System.Int32

    shadowBias

    Declaration
    public float shadowBias
    Field Value
    Type Description
    System.Single

    shadowCustomResolution

    Declaration
    public int shadowCustomResolution
    Field Value
    Type Description
    System.Int32

    shadowNearPlane

    Declaration
    public float shadowNearPlane
    Field Value
    Type Description
    System.Single

    shadowNormalBias

    Declaration
    public float shadowNormalBias
    Field Value
    Type Description
    System.Single

    shadows

    Declaration
    public LightShadows shadows
    Field Value
    Type Description
    LightShadows

    shadowStrength

    Declaration
    public float shadowStrength
    Field Value
    Type Description
    System.Single

    spotAngle

    Declaration
    public float spotAngle
    Field Value
    Type Description
    System.Single

    type

    Declaration
    public LightType type
    Field Value
    Type Description
    LightType
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX