FindTextureStack(int, out string, out int)
Find the name of a texture stack a texture belongs too.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
FindTextureStack(int, string, int)
public bool FindTextureStack(int propertyIndex, out string stackName, out int layerIndex)
Parameters
Returns
Type | Description |
|---|---|
| bool | True, if a stack was found for the given texture property, false if not. |