This is the documentation for Enlighten.
A class which represents a group of a particular type of lights.
| Name | Description |
|---|---|
| Geo::u32 m_LightCount | The number of lights of this type. |
| InputLightBase ** m_Lights | Array of pointers to lights of the same type. |
| Geo::u32 * m_OriginalIndexes | Indices of the lights in the original, unsorted light list. |