> 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/texturesmodule/subtexture.md).

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