Enum LightType
This class represent all properties for a light.
Namespace: Evergine.Framework.Graphics
Assembly: Evergine.Framework.dll
Syntax
public enum LightType
Fields
Name | Description |
---|---|
DirectionalLight | A directional light |
DiskLight | Disk area light |
PointLight | Point light |
RectangleLight | Rectangle area light |
SphereLight | Sphere area light |
SpotLight | Spot light |
TubeLight | Tube area light |