Enum VolumetricClouds.CloudControl
Control mode for the volumetric clouds.
Namespace: UnityEngine.Rendering.HighDefinition
Syntax
public enum CloudControl
Fields
Name | Description | Value |
---|---|---|
Simple | Control the volumetric clouds with a set of presets and very few parameters. |
0 |
Advanced | Control the volumetric clouds by specifing the cloud types and densities. |
1 |
Manual | Control volumetric clouds by providing your own cloud map and properties LUT. |
2 |