Version: 2020.2
LanguageEnglish
  • C#

Shader.FindTextureStack

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Switch to Manual
public bool FindTextureStack(int propertyIndex, out string stackName, out int layerIndex);

Parameters

propertyIndex Index of the property.
stackName On exit, contanis the name of the stack if one was found.
layerIndex On exit, contains the stack layer index of the texture property.

Returns

bool True, if a stack was found for the given texture property, false if not.

Description

Find the name of a texture stack a texture belongs too.