---
title: spot
framework: scenekit
role: symbol
role_heading: Type Property
path: scenekit/scnlight/lighttype/spot
---

# spot

A light source that illuminates a cone-shaped area.

## Declaration

```swift
static let spot: SCNLight.LightType
```

## Discussion

Discussion The position and orientation of the node containing the light determines the area lit by the spotlight, and all lighting attributes affect its appearance.

## See Also

### Type Properties

- [IES](scenekit/scnlight/lighttype/ies.md)
- [ambient](scenekit/scnlight/lighttype/ambient.md)
- [directional](scenekit/scnlight/lighttype/directional.md)
- [omni](scenekit/scnlight/lighttype/omni.md)
- [probe](scenekit/scnlight/lighttype/probe.md)
- [area](scenekit/scnlight/lighttype/area.md)
