Experimental: this API is experimental and might be changed or removed in the future.

DirectionalLight

struct in UnityEngine.Experimental.GlobalIllumination

/

Implemented in:UnityEngine.CoreModule

Description 描述

A helper structure used to initialize a LightDataGI structure as a directional light.

Properties 属性

colorThe direct light color.
directionThe direction of the light.
indirectColorThe indirect light color.
instanceIDThe light's instanceID.
modeThe lightmode.
penumbraWidthRadianThe penumbra width for soft shadows in radians.
shadowTrue if the light casts shadows, otherwise False.