---
title: bounds
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/clippingcomponent/bounds
---

# bounds

The bounding box that defines the clipping region in the entity’s local coordinate space.

## Declaration

```swift
var bounds: BoundingBox
```

## Discussion

Discussion Content outside this bounding box will be clipped (hard edge or faded out based on feathering). The bounds are defined relative to the entity’s origin and are affected by the entity’s transform.
