Struct ShaderVariantCollection.ShaderVariant
Assembly: UnityEngine.dll
Syntax
public struct ShaderVariant
Constructors
|
Improve this Doc
View Source
ShaderVariant(Shader, PassType, String[])
Declaration
public ShaderVariant(Shader shader, PassType passType, params string[] keywords)
Parameters
Fields
|
Improve this Doc
View Source
keywords
Declaration
Field Value
|
Improve this Doc
View Source
passType
Declaration
Field Value
|
Improve this Doc
View Source
shader
Declaration
Field Value
Extension Methods