Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetPassName(int)

Returns the name of the shader pass at index pass.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public string GetPassName(int pass)

Parameters

pass

Returns

Type

Description

string

Remarks

Returns the name of the shader pass at index
pass
. It will return an empty string if the pass does not exist.
Additional Resources: Material.FindPass.