# GetSecondaryTextureName(int)

> Get the shader property name of the secondary texture at the specifed index.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine](/engine/6000.6/script-reference/unityengine.md)
* **Assembly:** UnityEngine.UIModule

```csharp
public string GetSecondaryTextureName(int index)
```

### Parameters

**** (\[int]\(https\://learn.microsoft.com/dotnet/api/system.int32)): The index of the secondary texture.

### Returns

| Type                                                           | Description                                                     |
| -------------------------------------------------------------- | --------------------------------------------------------------- |
| [string](https://learn.microsoft.com/dotnet/api/system.string) | The shader property name of the secondary texture at the index. |
