Enum WaterSimulationResolution
Enum that defines the sets of resolution at which the water simulation can be evaluated
Namespace: UnityEngine.Rendering.HighDefinition
Syntax
public enum WaterSimulationResolution
Fields
| Name | Description | Value |
|---|---|---|
| Low64 | The water simulation will be ran at a resolution of 64x64 samples per band. |
64 |
| Medium128 | The water simulation will be ran at a resolution of 128x128 samples per band. |
128 |
| High256 | The water simulation will be ran at a resolution of 256x256 samples per band. |
256 |