Enum VolumetricClouds.CloudShadowResolution
Resolution of the volumetric clouds shadow.
Namespace: UnityEngine.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
Syntax
public enum VolumetricClouds.CloudShadowResolution
Fields
Name | Description |
---|---|
High512 | The volumetric clouds shadow will be 512x512. |
Low128 | The volumetric clouds shadow will be 128x128. |
Medium256 | The volumetric clouds shadow will be 256x256. |
Ultra1024 | The volumetric clouds shadow will be 1024x1024. |
VeryLow64 | The volumetric clouds shadow will be 64x64. |