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