enum SceneLightType : Enum<SceneLightType>
| Member | Description |
|---|---|
Point |
Point light: emits light equally in all directions from a point.
|
Spot |
Spot light: emits light in a cone from a point.
|
id
: Int
[Get] |
The internal ID used to identify this type in native code
Signature
val id: Int |