# SubTexture

The `SubTexture` class exposes details of a texture in UV coordinates.

## Properties

| Property | Description                                                                                                                                          |
| -------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
| `minU`   | <p><code>(get) minU: ScalarSignal (set) minU: ScalarSignal</code></p><p>Specifies the position of the left boundary in UV texture coordinates.</p>   |
| `minV`   | <p><code>(get) minV: ScalarSignal (set) minV: ScalarSignal</code></p><p>Specifies the position of the bottom boundary in UV texture coordinates.</p> |
| `sizeU`  | <p><code>(get) sizeU: ScalarSignal (set) sizeU: ScalarSignal</code></p><p>Specifies the horizontal span in UV texture coordinates.</p>               |
| `sizeV`  | <p><code>(get) sizeV: ScalarSignal (set) sizeV: ScalarSignal</code></p><p>Specifies the vertical span in UV texture coordinates.</p>                 |

## Methods

This module exposes no methods.
