# BoundingBoxSignal

The `BoundingBoxSignal` class monitors bounding box values.

## Properties

| Property | Description                                                                                                                                                               |
| -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `center` | <p><code>(get) center: Point2DSignal (set) (Not Available)</code></p><p>Represents the center of the bounding box, in normalized screen space units.</p>                  |
| `height` | <p><code>(get) height: ScalarSignal (set) (Not Available)</code></p><p>Represents the height of the bounding box, in normalized screen space units.</p>                   |
| `width`  | <p><code>(get) width: ScalarSignal (set) (Not Available)</code></p><p>Represents the width of the bounding box, in normalized screen space units.</p>                     |
| `x`      | <p><code>(get) x: ScalarSignal (set) (Not Available)</code></p><p>Represents the X-position of top left corner of the bounding box, in normalized screen space units.</p> |
| `y`      | <p><code>(get) y: ScalarSignal (set) (Not Available)</code></p><p>Represents the Y-position of top left corner of the bounding box, in normalized screen space units.</p> |

## Methods

This module exposes no methods.
