Enum WindParameter.WindOverrideMode
Parameter override mode.
Namespace: UnityEngine.Rendering.HighDefinition
Syntax
public enum WindOverrideMode
Fields
Name | Description | Value |
---|---|---|
Custom | Custom value. |
0 |
Global | Use the value from the Visual Environment. |
1 |
Additive | Add a custom amount to the value from the Visual Environment. |
2 |
Multiply | Multiply the value from the Visual Environment by a custom factor. |
3 |