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

SpotLight

struct in UnityEngine.Experimental.GlobalIllumination

/

Implemented in:UnityEngine.CoreModule

Description

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

Properties

angularFalloffThe angular falloff model to use for baking the spot light.
colorThe direct light color.
coneAngleThe outer angle for the spot light.
falloffThe falloff model to use for baking the spot light.
indirectColorThe indirect light color.
innerConeAngleThe inner angle for the spot light.
instanceIDThe light's instanceID.
modeThe lightmode.
orientationThe light's orientation.
positionThe light's position.
rangeThe light's range.
shadowTrue if the light casts shadows, otherwise False.
sphereRadiusThe light's sphere radius, influencing soft shadows.
对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答