Class FogVolumeUIBlock
The UI block that represents fog volume option for materials.
Inherited Members
Namespace: UnityEditor.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Editor.dll
Syntax
public class FogVolumeUIBlock : MaterialUIBlockConstructors
FogVolumeUIBlock(ExpandableBit)
Create the UI block for the fog volume material type.
Declaration
public FogVolumeUIBlock(MaterialUIBlock.ExpandableBit expandableBit)Parameters
| Type | Name | Description | 
|---|---|---|
| MaterialUIBlock.ExpandableBit | expandableBit | 
Methods
LoadMaterialProperties()
Loads the material properties for the block.
Declaration
public override void LoadMaterialProperties()Overrides
OnGUIOpen()
GUI callback when the header is open
Declaration
protected override void OnGUIOpen()