Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


FindSubshaderTagValue(int, ShaderTagId)

Searches for the tag specified by tagName on the SubShader specified by subshaderIndex and returns the value of the tag.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public ShaderTagId FindSubshaderTagValue(int subshaderIndex, ShaderTagId tagName)

Parameters

subshaderIndex

The index of the SubShader.

The name of the tag.

Returns

Type

Description

ShaderTagId