# TextureTransform

The `TextureTransform` class encapsulates scaling and translation transforms about a textures UV axis.

## Properties

| Property   | Description                                                                                                                                                |
| ---------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `offsetU`  | <p><code>(get) offsetU: ScalarSignal (set) offsetU: ScalarSignal</code></p><p>Specifies the offset along the U-axis of the texture coordinates system.</p> |
| `offsetV`  | <p><code>(get) offsetV: ScalarSignal (set) offsetV: ScalarSignal</code></p><p>Specifies the offset along the V-axis of the texture coordinates system.</p> |
| `rotation` | <p><code>(get) rotation: ScalarSignal (set) rotation: ScalarSignal</code></p><p>Specifies the rotation of the texture coordinates system in radians.</p>   |
| `scaleU`   | <p><code>(get) scaleU: ScalarSignal (set) scaleU: ScalarSignal</code></p><p>Specifies the scale along the U-axis of the texture coordinates system.</p>    |
| `scaleV`   | <p><code>(get) scaleV: ScalarSignal (set) scaleV: ScalarSignal</code></p><p>Specifies the scale along the V-axis of the texture coordinates system.</p>    |

## Methods

This module exposes no methods.
