Enum WaterSurface.WaterCausticsResolution
Defines the resolution a which caustics are rendered (simulation only).
Namespace: UnityEngine.Rendering.HighDefinition
Syntax
public enum WaterCausticsResolution
Fields
| Name | Description | Value |
|---|---|---|
| Caustics256 | The water caustics are rendered at 256x256 |
256 |
| Caustics512 | The water caustics are rendered at 512x512 |
512 |
| Caustics1024 | The water caustics are rendered at 1024x1024 |
1024 |