Enum LightType DirectionalLight = 0 PositionalLight = 1 SpotLight = 2 Functions accepting this type or a list of this type as a parameter: scene.addLightComponent scene.createLight Namespace: Scene Syntax