Enum SurfaceOptionUIBlock.Features
Options for surface option features. This allows you to display or hide certain parts of the UI.
Namespace: UnityEditor.Rendering.HighDefinition
Syntax
[Flags]
public enum Features
Fields
| Name | Description | Value |
|---|---|---|
| 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 | Displays the alpha to mask field. |
|
| 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. |