> For the complete documentation index, see [llms.txt](https://sparkar-community.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sparkar-community.gitbook.io/docs/scenemodule/bounds2d.md).

# 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.
