Enum VolumetricClouds.CloudMapResolution
Resolution of the volumetric clouds map.
Namespace: UnityEngine.Rendering.HighDefinition
Syntax
public enum CloudMapResolution
Fields
Name | Description | Value |
---|---|---|
Low32x32 | The volumetric clouds map will be 32x32. |
32 |
Medium64x64 | The volumetric clouds map will be 64x64. |
64 |
High128x128 | The volumetric clouds map will be 128x128. |
128 |
Ultra256x256 | The volumetric clouds map will be 256x256. |
256 |