---
title: innerConeAngle
framework: modelio
role: symbol
role_heading: Instance Property
path: modelio/mdlphysicallyplausiblelight/innerconeangle
---

# innerConeAngle

The radial angle, in degrees, of the area fully illuminated by the light.

## Declaration

```swift
var innerConeAngle: Float { get set }
```

## Discussion

Discussion This property measures the angle from the light axis (the direction in which the light points; the negative z-axis of its local coordinate space) to the edge of the light’s effect. For example, a cone angle of 22.5 degrees (the default) creates a broad spot light. (The light’s lightType value is MDLLightType.spot.) An angle of 90 degrees divides space evenly, illuminating in all directions in front of the light and none behind, and an angle of 180 degrees illuminates in all directions (creating a light whose type is MDLLightType.point).

## See Also

### Managing Light Geometry

- [outerConeAngle](modelio/mdlphysicallyplausiblelight/outerconeangle.md)
