ShaderData.Subshader
This class describes a subshader.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Class
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public class ShaderData.Subshader
Properties
Property | Description |
|---|---|
| LevelOfDetail | The level of detail (LOD) specified in this subshader (Read Only). |
| PassCount | The number of passes for this subshader. |
Methods
Method | Description |
|---|---|
| FindTagValue | Searches for the tag specified by |
| GetPass | Get a pass of a subshader. |