Struct LightComponent
Syntax
public struct LightComponent : IComponentData
Fields
color
Declaration
Field Value
colorTemperature
Declaration
public float colorTemperature
Field Value
Type |
Description |
System.Single |
|
cullingMask
Declaration
Field Value
Type |
Description |
System.Int32 |
|
innerSpotAngle
Declaration
public float innerSpotAngle
Field Value
Type |
Description |
System.Single |
|
intensity
Declaration
Field Value
Type |
Description |
System.Single |
|
range
Declaration
Field Value
Type |
Description |
System.Single |
|
renderingLayerMask
Declaration
public int renderingLayerMask
Field Value
Type |
Description |
System.Int32 |
|
shadowBias
Declaration
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
Field Value
Type |
Description |
System.Single |
|
type
Declaration
Field Value
Type |
Description |
LightType |
|