---
title: "local(parallaxBounds:influenceBounds:blendDistance:)"
framework: realitykit
role: symbol
role_heading: Type Method
path: "realitykit/virtualenvironmentprobecomponent/influence-swift.struct/local(parallaxbounds:influencebounds:blenddistance:)"
---

# local(parallaxBounds:influenceBounds:blendDistance:)

A local influence with independent parallax correction and influence volumes.

## Declaration

```swift
static func local(parallaxBounds: BoundingBox, influenceBounds: BoundingBox, blendDistance: Float) -> VirtualEnvironmentProbeComponent.Influence
```

## Parameters

- `parallaxBounds`: The bounding box used for parallax correction (local space).
- `influenceBounds`: The bounding box that defines the probe’s area of influence (local space).
- `blendDistance`: The distance from the edge of the influence volume over which the probe fades.

## See Also

### Creating an influence

- [global](realitykit/virtualenvironmentprobecomponent/influence-swift.struct/global.md)
- [local(parallaxBounds:blendDistance:)](realitykit/virtualenvironmentprobecomponent/influence-swift.struct/local(parallaxbounds:blenddistance:).md)
