# Plane

The `Plane` class describes a plane.

## Properties

| Property   | Description                                                                                                                     |
| ---------- | ------------------------------------------------------------------------------------------------------------------------------- |
| `height`   | <p><code>(get) height: ScalarSignal (set) height: ScalarSignal</code></p><p>Specifies the vertical size, in 3D units.</p>       |
| `material` | <p><code>(get) material: MaterialBase (set) material: MaterialBase</code></p><p>Specifies the material of the scene object.</p> |
| `width`    | <p><code>(get) width: ScalarSignal (set) width: ScalarSignal</code></p><p>Specifies the horizontal size, in 3D units.</p>       |
| `x`        | <p><code>(get) x: ScalarSignal (set) x: ScalarSignal</code></p><p>Specifies the horizontal offset, in 3D units.</p>             |
| `y`        | <p><code>(get) y: ScalarSignal (set) y: ScalarSignal</code></p><p>Specifies the vertical offset, in 3D units.</p>               |

## Methods

This module exposes no methods.
