API reference

SceneLightType Enum

Types of dynamic lights supported by the system.

Signature

enum SceneLightType : Enum<SceneLightType> 

Enumeration Constants

MemberDescription
Point
Point light: emits light equally in all directions from a point.
Spot
Spot light: emits light in a cone from a point.

Properties

id : Int
[Get]
The internal ID used to identify this type in native code
Signature
val id: Int