enum Kind;
| Value | Description |
|---|---|
KIND_DIRECTIONAL |
Directional light. |
KIND_POINT |
Point light. |
KIND_SPOT |
A spotlight. |
| KIND_UNUSED | Represents a light for which the light source type is not considered. |
KIND_COUNT |
Maximum value of enum. |
Represents the type of light source for a light.
CONFIDENTIAL