Version: 2023.2
언어: 한국어

Shader.FindPassTagValue

매뉴얼로 전환
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.