Enum WaterPropertyOverrideMode
Controls how a property is defined for a water surface.
Namespace: UnityEngine.Rendering.HighDefinition
Syntax
public enum WaterPropertyOverrideMode
Fields
| Name | Description | Value |
|---|---|---|
| Inherit | The property in inherited from an other similar property. |
0 |
| Custom | The property needs to be specified individually. |
1 |