Enum AmbientOcclusionMode
Ambient occlusion modes.
Namespace: UnityEngine.Rendering.PostProcessing
Syntax
public enum AmbientOcclusionMode
Fields
| Name | Description | 
|---|---|
| MultiScaleVolumetricObscurance | A modern version of ambient occlusion heavily optimized for consoles and desktop platforms.  | 
| ScalableAmbientObscurance | A standard implementation of ambient obscurance that works on non modern platforms. If you target a compute-enabled platform we recommend that you use MultiScaleVolumetricObscurance instead.  |