Enum LightCookieResolution
This controls the size of the Light Cookie atlas texture for additional lights (point, spot).
Namespace: UnityEngine.Rendering.Universal
Syntax
public enum LightCookieResolution
Fields
Name | Description | Value |
---|---|---|
_256 | Use this for 256x256 Light Cookie resolution. |
256 |
_512 | Use this for 512x512 Light Cookie resolution. |
512 |
_1024 | Use this for 1024x1024 Light Cookie resolution. |
1024 |
_2048 | Use this for 2048x2048 Light Cookie resolution. |
2048 |
_4096 | Use this for 4096x4096 Light Cookie resolution. |
4096 |