Enum AdvancedOptionsUIBlock.Features
Options that define the visibility of fields in the block.
Namespace: UnityEditor.Rendering.HighDefinition
Syntax
[Flags]
public enum Features
Fields
| Name | Description | Value |
|---|---|---|
| AddPrecomputedVelocity | Display the add precomputed velocity field. |
|
| All | Display all the field. |
|
| DoubleSidedGI | Display the double sided GI field. |
|
| EmissionGI | Display the emission GI field. |
|
| Instancing | Display the instancing field. |
|
| MotionVector | Display the motion vector field. |
|
| None | Hide all the fields in the block. |
|
| SpecularOcclusion | Display the specular occlusion field. |
|
| StandardLit | Display the fields for the shaders. |