Shader.FindPassTagValue

Switch to Manual

Declaration

public Rendering.ShaderTagId FindPassTagValue(int passIndex, Rendering.ShaderTagId tagName);

Parameters

passIndex The index of the pass.
tagName The name of the tag.

Description

Searches for the tag specified by tagName on the shader's active SubShader and returns the value of the tag.


Declaration

public Rendering.ShaderTagId FindPassTagValue(int subshaderIndex, int passIndex, Rendering.ShaderTagId tagName);

Parameters

subshaderIndex The index of the SubShader.
passIndex The index of the pass.
tagName The name of the tag.

Description

Searches for the tag specified by tagName on the SubShader specified by subshaderIndex and returns the value of the tag.


Did you find this page useful? Please give it a rating: