GetSecondaryTextureName(int)
Get the shader property name of the secondary texture at the specifed index.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.UIModule
public string GetSecondaryTextureName(int index)
Parameters
The index of the secondary texture.
Returns
Type | Description |
|---|---|
| string | The shader property name of the secondary texture at the index. |