<!--
{
  "availability" : [
    "macOS: 15.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "RealityKit",
  "identifier" : "/documentation/RealityKit/PointLightComponent/init(color:intensity:attenuationRadius:attenuationFalloffExponent:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "s:17RealityFoundation19PointLightComponentV0A3KitE5color9intensity17attenuationRadius0I15FalloffExponentACSo7NSColorC_S3ftcfc::OverloadGroup"
  },
  "title" : "init(color:intensity:attenuationRadius:attenuationFalloffExponent:)"
}
-->

# init(color:intensity:attenuationRadius:attenuationFalloffExponent:)

Creates a point light component with a configuration.

```
init(color: PointLightComponent.Color = .white, intensity: Float = 26963.76, attenuationRadius: Float = 10.0, attenuationFalloffExponent: Float = 2.0)
```

## Parameters

`color`

The color of the light.

`intensity`

The intensity of the light in lumens.

`attenuationRadius`

The distance from the light source where its intensity reaches zero.
Any objects at or beyond this distance do not receive illumination.

`attenuationFalloffExponent`

An exponent value for the light’s intensity falloff-transition curve.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)