Class LightingShaderGraphGUI
Common GUI for Lit ShaderGraphs.
Inherited Members
Namespace: UnityEditor.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Editor.dll
Syntax
public class LightingShaderGraphGUI : HDShaderGUI
Properties
| Name | Description |
|---|---|
| uiBlocks | List of UI Blocks used to render the material inspector. |
Methods
| Name | Description |
|---|---|
| OnMaterialGUI(MaterialEditor, MaterialProperty[]) | Implement your custom GUI in this function. To display a UI similar to HDRP shaders, use a MaterialUIBlockList. |
| ValidateMaterial(Material) | Sets up the keywords and passes for the current selected material. |