Class FullscreenShaderGUI.Styles
Inherited Members
Namespace: UnityEditor.Rendering.Fullscreen.ShaderGraph
Assembly: Unity.ShaderGraph.Editor.dll
Syntax
protected class FullscreenShaderGUI.Styles
Fields
Name | Description |
---|---|
SurfaceInputs | Surface Inputs header name |
SurfaceOptions | Surface Option header name |
alphaBlendOperation | Name and tooltip for the alpha blend operation property in the material GUI |
blendingMode | Name and tooltip for the blending mode property in the material GUI |
colorBlendOperation | Name and tooltip for the color blend operation property in the material GUI |
depthTest | Name and tooltip for the depth test property in the material GUI |
depthWrite | Name and tooltip for the depth write property in the material GUI |
dstAlphaBlendMode | Name and tooltip for the destination alpha blend mode property in the material GUI |
dstColorBlendMode | Name and tooltip for the destination color blend mode property in the material GUI |
srcAlphaBlendMode | Name and tooltip for the source alpha blend mode property in the material GUI |
srcColorBlendMode | Name and tooltip for the source color blend mode property in the material GUI |
stencil | Name and tooltip for the stencil override property in the material GUI |
stencilComparison | Name and tooltip for the stencil comparison property in the material GUI |
stencilDepthFail | Name and tooltip for the stencil depth fail operation property in the material GUI |
stencilFail | Name and tooltip for the stencil fail operation property in the material GUI |
stencilPass | Name and tooltip for the stencil pass operation property in the material GUI |
stencilReadMask | Name and tooltip for the stencil read mask property in the material GUI |
stencilRef | Name and tooltip for the stencil reference property in the material GUI |
stencilWriteMask | Name and tooltip for the stencil write mask property in the material GUI |