-
Notifications
You must be signed in to change notification settings - Fork 8
Light
Vicious Squid edited this page Apr 21, 2026
·
12 revisions
A dynamic source of light in the world
- Colour : [RGB value] example: 255,255,255
- Intensity : default 1.0
- Name
- Radius
- State : on/off
Lights can be attached (parented) to moving brushes (see maps/dLight_Test.json )
Inputs:
- Toggle: Toggle the light on/off
- SetColor: Set the light color [color]
- SetIntensity: Set the light intensity [float]
- SetRadius: Set the light radius [float]
- Show: Show the light
- Hide: Hide the light
- ToggleVisibility: Toggle visibility
- SetTint: Set tint color [color]
- ClearTint: Remove tint override
Outputs:
OnLightChanged: Fired when the light properties change