BlockLightSet Type
An immutable snapshot of a light set: the ambient slot plus the directional, point, and spot light arrays. Light-state semantics are per light type — each kind is an independent array, so a set may hold any number of directional lights.
Record fields
| Record Field |
Description
|
|
The ambient light (single slot; a later ambient command overwrites the earlier one).
|
|
The directional lights, in command order.
|
|
The point lights, in command order.
|
|
The spot lights, in command order.
|
Mibo