Enum SurfaceOptionUIBlock.Features
Options for surface option features. This allows you to display or hide certain parts of the UI.
Namespace: UnityEditor.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Editor.dll
Syntax
[Flags]
public enum SurfaceOptionUIBlock.Features
Fields
Name | Description |
---|---|
All | Displays all the fields. |
AlphaCutoff | Displays the alpha cutoff field. |
AlphaCutoffShadowThreshold | Displays the alpha cutoff shadow treshold field. |
AlphaCutoffThreshold | Displays the alpha cutoff threshold field. |
AlphaToMask | Obsolete - This field has no effect - Do not used. |
BackThenFrontRendering | Displays the back then front rendering field. |
BlendMode | Displays the blend mode field. |
DoubleSided | Displays the double sided field. |
DoubleSidedNormalMode | Displays the double sided normal mode field. |
Lit | Displays all the Lit Surface Option fields field. |
None | Displays the minimum surface option fields. |
PreserveSpecularLighting | Displays the preserve specular lighting field. |
ReceiveDecal | Displays the receive decal field. |
ReceiveSSR | Displays the receive ssr field. |
ShowAfterPostProcessPass | Displays the show after post process field. |
ShowDepthOffsetOnly | Displays the depth offset field. |
ShowPrePassAndPostPass | Displays the show pre pass and post pass fields. |
Surface | Displays the surface field. |
Unlit | Displays all the Unlit Surface Option fields. |