Skip to content

Reactive Dynamic Light

Henry de Jongh edited this page Mar 12, 2023 · 3 revisions
Description Icon
A reactive logic component that controls a dynamic light source.

Requires the Dynamic Lighting package to be installed.
None

Parameters

Name Description
Start Enabled Whether the light is enabled (full intensity) or disabled (zero intensity) upon scene start.
Fade In Time The amount of time in takes in seconds for the light to fade in fully.
Fade Out Time The amount of time in takes in seconds for the light to fade out fully.

Inputs

Name Description Parameter
EnableLight Enables the dynamic light source. None
DisableLight Disables the dynamic light source. None
ToggleLight Toggles the dynamic light source. None

Outputs

Name Description Parameter
None None None

Remarks

It remembers the light intensity at scene start and fades in or out to that intensity. Uncheck Start Enabled to have zero intensity at scene start.

Clone this wiki locally