# Bounds2D

The `Bounds2D` class describes the bounds of a scene element.

## Properties

| Property | Description                                                                                                                                                                                                                                                                                                                 |
| -------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `height` | <p><code>(get) height: ScalarSignal (set) (Not Available)</code></p><p>Specifies the height of the scene element boundaries. Measured in 3D units.</p>                                                                                                                                                                      |
| `width`  | <p><code>(get) width: ScalarSignal (set) (Not Available)</code></p><p>Specifies the width of the scene element boundaries. Measured in 3D units.</p>                                                                                                                                                                        |
| `x`      | <p><code>(get) x: ScalarSignal (set) (Not Available)</code></p><p>Specifies the left boundary of the scene element. Relative to the parent object bounds. Measured in 3D units.</p><p><strong>Note</strong>: the offset is measured from the parent's left boundary, which might be different from the parent's origin.</p> |
| `y`      | <p><code>(get) y: ScalarSignal (set) (Not Available)</code></p><p>Specifies the top boundary of the scene element. Relative to the parent object bounds. Measured in 3D units.</p><p><strong>Note</strong>: the offset is measured from the parent's top boundary, which might be different from the parent's origin.</p>   |

## Methods

This module exposes no methods.
