Enum WaterSurfaceType
Enum that defines the type of a given water surface.
Namespace: UnityEngine.Rendering.HighDefinition
Syntax
public enum WaterSurfaceType
Fields
Name | Description | Value |
---|---|---|
OceanSeaLake | The water surface is either a Ocean, Sea, Lake or a large water body. |
0 |
River | The water surface is a river a stream. |
1 |
Pool | The water surface is a pool or a small water body. |
2 |