| Class | Description |
---|
| AmbientLight |
AmbientLight is a light that adds the specified color to all objects in the scene (as a light would be illuminating the scene from all directions).
|
| CameraLight |
CameraLight is a directional light that has the same direction as the camera's LookDirection.
It can be created by changing the camera's ShowCameraLight property.
|
| DirectionalLight |
DirectionalLight is a light that shines from infinity and has a direction vector set.
|
| Light |
Light is a base light class
|
| PointLight |
PointLight is a light that emits light in all directions from a specified position.
|
| SpotLight |
SpotLight is a light that is positioned at the specified position and emits light in a specified direction and with the specified cone.
|