Version: 2022.3
言語: 日本語
public Rendering.ShaderTagId FindPassTagValue (int passIndex, Rendering.ShaderTagId tagName);

パラメーター

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

説明

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


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

パラメーター

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

説明

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