Enum WaterRendering.WaterGridResolution
Defines the maximum resolution of the water surface grids.
Namespace: UnityEngine.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
Syntax
public enum WaterRendering.WaterGridResolution
Fields
| Name | Description |
|---|---|
| High1024 | The water surface individual grids will be rendered at maximum resolution of 1024x1024 quads. |
| Low256 | The water surface individual grids will be rendered at maximum resolution of 256x256 quads. |
| Medium512 | The water surface individual grids will be rendered at maximum resolution of 512x512 quads. |
| Ultra2048 | The water surface individual grids will be rendered at maximum resolution of 2048x2048 quads. |
| VeryLow128 | The water surface individual grids will be rendered at maximum resolution of 128x128 quads. |