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

# omni

An omnidirectional light, also known as a point light.

## Declaration

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

## Discussion

Discussion Because an omnidirectional light casts equal illumination in all directions, the orientation of the node containing the light has no effect. Spotlight angle and shadow attributes do not apply to directional lights.

## See Also

### Type Properties

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