Enum ShaderGraphUIBlock.Features
ShaderGraph UI Block features.
Namespace: UnityEditor.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Editor.dll
Syntax
[Flags]
public enum ShaderGraphUIBlock.Features
Fields
Name | Description |
---|---|
All | Display all the fields. |
DiffusionProfileAsset | Display the default exposed diffusion profile from the graph. |
ExposedProperties | Display the exposed properties. |
None | Nothing is displayed. |
ShadowMatte | Display the shadow matte options. |
Unlit | Display all the Unlit fields. |