Enum LightType

Namespace
Elegy.RenderSystem.Objects
Assembly
Elegy.RenderSystem.dll

A light type. Not all are supported by a render style. Some render styles might only implement the first 3 or 4, others might exclusively implement the Lightmap type.

public enum LightType
Extension Methods

Fields

Custom1 = 6
Custom2 = 7
Custom3 = 8
Custom4 = 9
Directional = 2
Grid = 5
Lightmap = 4
Omni = 0
Spot = 1
Surface = 3