Enum WaterSurface.WaterDeformationResolution
Defines the resolution of the internal deformation texture.
Namespace: UnityEngine.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
Syntax
public enum WaterSurface.WaterDeformationResolution
  Fields
| Name | Description | 
|---|---|
| Resolution1024 | The water deformation are rendered in a 1024x1024 texture.  | 
      
| Resolution2048 | The water deformation are rendered in a 2048x2048 texture.  | 
      
| Resolution256 | The water deformation are rendered in a 256x256 texture.  | 
      
| Resolution512 | The water deformation are rendered in a 512x512 texture.  |