Light.colorvar color : ColorDescriptionThe color of the light. To modify the light intensity you change light's color luminance. Lights always add illumination, so a light with a black color is the same as no light at all. See Also: Light component
JavaScript
// Darken the light completely over a period of 2 seconds. using UnityEngine; import UnityEngine
JavaScript
// Interpolate light color between two colors back and forth using UnityEngine; import UnityEngine |
