Enum ScreenSpaceReflectionPreset
Screen-space Reflections quality presets.
Namespace: UnityEngine.Rendering.PostProcessing
Assembly: Unity.Postprocessing.Runtime.dll
Syntax
public enum ScreenSpaceReflectionPreset
Fields
| Name | Description |
|---|---|
| Custom | Custom, tweakable quality settings. |
| High | High quality. |
| Higher | Higher quality. |
| Low | Low quality. |
| Lower | Lowest quality. |
| Medium | Medium quality. |
| Overkill | Overkill (as in: don't use) quality. |
| Ultra | Ultra quality. |