LightType enumeration
Types of light contributors available in the 2D Radiance Cascades system.
public enum LightType
Values
| name | value | description |
|---|---|---|
| Sky | 0 | Ambient light that illuminates the entire scene. |
| Directional | 1 | Light coming from a specific direction, similar to sunlight. |
| Line | 2 | Line segment light source that emits light along its length. |
| Circle | 3 | Circular light source that emits light in all directions. |
| Freeform | 4 | Custom light shape defined by multiple control points. |
| Sprite | 5 | Light source based on a sprite texture. |
See Also
- namespace Dim0v.RadianceCascades2D.Lights