Enum VolumetricClouds.CloudPresets
The set of available presets for the simple cloud control mode.
Namespace: UnityEngine.Rendering.HighDefinition
Syntax
public enum CloudPresets
Fields
Name | Description | Value |
---|---|---|
Sparse | Smaller clouds that are spread apart. |
0 |
Cloudy | Medium-sized clouds that partially cover the sky. |
1 |
Overcast | A light layer of cloud that covers the entire sky. Some areas are less dense and let more light through, whereas other areas are more dense and appear darker. |
2 |
Stormy | Large dark clouds that cover most of the sky. |
3 |
Custom | Exposes properties that control the shape of the clouds. |
4 |