GetTextures()
Retrieve an array of all textures which are currently assigned to the icon slot.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public Texture2D[] GetTextures()
Returns
Type | Description |
|---|---|
| Texture2D[] | An array of the Texture2D assigned to each layer of the icon slot. |