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