# ScaleSignal

The `ScaleSignal` class monitors an objects scale.

## Properties

| Property | Description                                                                                                     |
| -------- | --------------------------------------------------------------------------------------------------------------- |
| `x`      | <p><code>(get) x: ScalarSignal (set) (Not Available)</code></p><p>Represents the X coordinate of the scale.</p> |
| `y`      | <p><code>(get) y: ScalarSignal (set) (Not Available)</code></p><p>Represents the Y coordinate of the scale.</p> |
| `z`      | <p><code>(get) z: ScalarSignal (set) (Not Available)</code></p><p>Represents the Z coordinate of the scale.</p> |

## Methods

| Method | Description                                                                                                                                                                |
| ------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `div`  | <p><code>div(other: ScaleSignal): ScaleSignal</code></p><p>Returns a signal with the value that is the element-wise division of the values of the given signals.</p>       |
| `mul`  | <p><code>mul(other: ScaleSignal): ScaleSignal</code></p><p>Returns a signal with the value that is the element-wise multiplication of the values of the given signals.</p> |
