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