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. |
4 |
All | Display all the field. |
|
None | Hide all the fields in the block. |
0 |
Instancing | Display the instancing field. |
1 |
SpecularOcclusion | Display the specular occlusion field. |
2 |
StandardLit | Display the fields for the shaders. |
7 |
DoubleSidedGI | Display the double sided GI field. |
8 |
EmissionGI | Display the emission GI field. |
16 |
MotionVector | Display the motion vector field. |
32 |