Class ShaderData
Assembly: UnityEditor.dll
Syntax
Properties
|
Improve this Doc
View Source
ActiveSubshader
Declaration
public ShaderData.Subshader ActiveSubshader { get; }
Property Value
|
Improve this Doc
View Source
ActiveSubshaderIndex
Declaration
public int ActiveSubshaderIndex { get; }
Property Value
|
Improve this Doc
View Source
SourceShader
Declaration
public Shader SourceShader { get; }
Property Value
|
Improve this Doc
View Source
SubshaderCount
Declaration
public int SubshaderCount { get; }
Property Value
Methods
|
Improve this Doc
View Source
GetSubshader(Int32)
Declaration
public ShaderData.Subshader GetSubshader(int index)
Parameters
Type |
Name |
Description |
Int32 |
index |
|
Returns
Extension Methods