GetSecondaryTexture(int)
Get the secondary texture at the specifed index.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.UIModule
public Texture2D GetSecondaryTexture(int index)
Parameters
The index of the secondary texture.
Returns
Type | Description |
|---|---|
| Texture2D | The secondary texture at the index. |