# TexturePropertyDescription

> Contains a set of typed properties for describing a texture input of a MaterialDescription.

## Definition

* **Type:** Struct
* **Namespace:** [UnityEditor.AssetImporters](/engine/6000.6/script-reference/unityeditor/assetimporters.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public struct TexturePropertyDescription
```

## Fields

| Value                                                                                                                 | Description                                             |
| --------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------- |
| [offset](/engine/6000.6/script-reference/unityeditor/assetimporters/texturepropertydescription/offset.md)             | UV coordinates offset (x,y).                            |
| [path](/engine/6000.6/script-reference/unityeditor/assetimporters/texturepropertydescription/path.md)                 | Absolute path to the texture asset.                     |
| [relativePath](/engine/6000.6/script-reference/unityeditor/assetimporters/texturepropertydescription/relativepath.md) | Path to the texture asset relative to the Asset folder. |
| [scale](/engine/6000.6/script-reference/unityeditor/assetimporters/texturepropertydescription/scale.md)               | UV coordinates scaling (x,y).                           |
| [texture](/engine/6000.6/script-reference/unityeditor/assetimporters/texturepropertydescription/texture.md)           | Reference to the texture asset.                         |
