Enum SkyResolution
Resolution of the sky reflection cubemap.
Namespace: UnityEngine.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
Syntax
[Serializable]
public enum SkyResolution
Fields
Name | Description |
---|---|
SkyResolution1024 | 1024x1024 per face. |
SkyResolution128 | 128x128 per face. |
SkyResolution2048 | 2048x2048 per face. |
SkyResolution256 | 256x256 per face. |
SkyResolution4096 | 4096x4096 per face. |
SkyResolution512 | 512x512 per face. |