Enum LitSurfaceInputsUIBlock.Features
Options for lit surface input features.
Namespace: UnityEditor.Rendering.HighDefinition
Syntax
[Flags]
public enum Features
Fields
Name | Description | Value |
---|---|---|
All | Displays everything with a header. |
|
None | Minimal Lit Surface Inputs fields. |
0 |
CoatMask | Displays Coat Mask fields. |
1 |
HeightMap | Displays the height Map fields. |
2 |
LayerOptions | Displays the layer Options fields. |
4 |
SubHeader | Displays the foldout header as a SubHeader. |
8 |
Standard | Displays the default surface inputs. |
16 |