Enum WindParameter.WindOverrideMode
Parameter override mode.
Namespace: UnityEngine.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
Syntax
public enum WindParameter.WindOverrideMode
Fields
Name | Description |
---|---|
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. |