Enum VolumetricClouds.CloudShadowResolution
Resolution of the volumetric clouds shadow.
Namespace: UnityEngine.Rendering.HighDefinition
Syntax
public enum CloudShadowResolution
Fields
| Name | Description | Value |
|---|---|---|
| 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. |