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