GetPass(int)
Get a pass of a subshader.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor
public ShaderData.Pass GetPass(int passIndex)
Parameters
The index of the pass.
Returns
Type | Description |
|---|---|
| Pass | The specified pass or null, if none exists. |