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