Spotlights

Spotlight is a beam of light emitted from a point in one direction, close to the light produced by a flashlight. Spotlights have an additional SpotAngle property over other types of lighting, which is used to adjust the illumination range of the Spotlight.

spotlight

To add the Spotlight to the scene, refer to the Lighting documentation.

For the related interface of the Spotlight component, please refer to the Spotlight API.

Spotlights Properties

image

PropertyDescription
ColorSet the light color
UseColorTemperatureWhether to enable color temperature
ColorTemperatureAdjust the color temperature
SizeSet the light source size
RangeSet the lighting impact range
SpotAngleAdjust the spotlight angle to control the lighting range
TermSetup the light intensity unit type, including both LUMINOUS_POWER and LUMINANCE
LuminousPowerLuminous power in lumens (lm). Takes effect when Term is set to LUMINOUS_POWER
LuminanceBrightness in Candela per square meter (cd/m2). Takes effect when Term is set to LUMINANCE
StaticSettingsSet up static lighting, see Lightmapping for details