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