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 = 6Custom2 = 7Custom3 = 8Custom4 = 9Directional = 2Grid = 5Lightmap = 4Omni = 0Spot = 1Surface = 3