Class SurfaceOptionUIBlock
The UI block that represents surface option properties for materials.
Inherited Members
Namespace: UnityEditor.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Editor.dll
Syntax
public class SurfaceOptionUIBlock : MaterialUIBlock
Constructors
| Name | Description |
|---|---|
| SurfaceOptionUIBlock(ExpandableBit, int, Features) | Constructs a SurfaceOptionUIBlock based on the parameters. |
Methods
| Name | Description |
|---|---|
| DrawAlphaCutoffGUI() | Draws the Alpha Cutoff GUI. |
| DrawDoubleSidedGUI() | Draws the Double Sided GUI. |
| DrawLitSurfaceOptions() | Draws the Lit Surface Options GUI. |
| DrawSurfaceGUI() | Draws the Surface GUI. |
| LoadMaterialProperties() | Loads the material properties for the block. |
| OnGUIOpen() | Renders the properties in the block. |