This version of Unity is unsupported.
Experimental: this API is experimental and might be changed or removed in the future.

PointLight

struct in UnityEngine.Experimental.GlobalIllumination

/

Implemented in:UnityEngine.CoreModule

Description

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

Properties

colorThe direct light color.
falloffThe falloff model to use for baking the point light.
indirectColorThe indirect light color.
instanceIDThe light's instanceID.
modeThe lightmode.
positionThe light's position.
rangeThe light's range.
shadowTrue if the light casts shadows, otherwise False.
sphereRadiusThe light's sphere radius, influencing soft shadows.