Class DecalShaderGraphGUI
Represents the GUI for HDRP Shader Graph materials.
Inherited Members
Namespace: UnityEditor .Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Editor.dll
Syntax
public class DecalShaderGraphGUI : HDShaderGUI
Properties
Name | Description |
---|---|
ui |
The list of UI Blocks Unity uses to render the material inspector. |
Methods
Name | Description |
---|---|
On |
Override this function to implement your custom GUI. To display a user interface similar to HDRP shaders, use a MaterialUIBlockList. |
Setup |
Sets up the keywords and passes for a Decal Shader Graph material. |
Validate |
Sets up the keywords and passes for the current selected material. |