Enum AdvancedOptionsUIBlock.Features
Options that define the visibility of fields in the block.
Namespace: UnityEditor.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Editor.dll
Syntax
[Flags]
public enum AdvancedOptionsUIBlock.Features
Fields
Name | Description |
---|---|
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. |