Class ShaderData.Subshader
Inherited Members
Namespace: UnityEditor
Assembly: UnityEditor.dll
Syntax
public class Subshader
Properties
| Improve this Doc View SourcePassCount
Declaration
public int PassCount { get; }
Property Value
Type | Description |
---|---|
Int32 |
Methods
| Improve this Doc View SourceGetPass(Int32)
Declaration
public ShaderData.Pass GetPass(int passIndex)
Parameters
Type | Name | Description |
---|---|---|
Int32 | passIndex |
Returns
Type | Description |
---|---|
ShaderData.Pass |