# SpotLightSource

The `SpotLightSource` class describes a spot light source.

## Properties

| Property     | Description                                                                                                                                                                                  |
| ------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `angleInner` | <p><code>(get) angleInner: ScalarSignal (set) angleInner: ScalarSignal</code></p><p>Specifies the inner angle of the spotlight cone, everything inside is fully illuminated. In radians.</p> |
| `angleOuter` | <p><code>(get) angleOuter: ScalarSignal (set) angleOuter: ScalarSignal</code></p><p>Specifies the outer angle of the spotlight cone, everything outside is not illuminated. In radians.</p>  |
| `color`      | <p><code>(get) (Not Available) (set) color: ColorSignal</code></p><p>Specifies the color of this light source.</p>                                                                           |
| `intensity`  | <p><code>(get) intensity: ScalarSignal (set) intensity: ScalarSignal</code></p><p>Specifies the intensity of this light source, usually between 0.0 and 1.0.</p>                             |

## Methods

This module exposes no methods.
