Light Source
Parent |
A control panel to configure multiple lights at once.
Properties
colorSlot : Int
The color slot the lights should use.
Details
| Flags | RuntimeSync RuntimeParallel |
|---|---|
Display Name |
Color Slot |
intensity : Float
The intensity of the lights.
Details
| Flags | RuntimeSync RuntimeParallel |
|---|---|
Display Name |
Intensity |
Functions
setColorFromSlot (slot : Int, color : Struct<Color>)
Allows to update the light color that is referenced by the given slot.
Details
Flags |
RuntimeSync MemberFunc |
Display Name |
Set Color from Slot |
| Name | Type | Description |
|---|---|---|
Slot |
Int |
The slot you want to update the referencing color for. |
Color |
Struct<Color> |
The color this slot should now reference. |