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