Enum LightCookieFormat
Options for selecting the format for the Light Cookie atlas texture for additional lights (point, spot). Low precision saves memory and bandwidth.
네임스페이스: UnityEngine.Rendering.Universal
어셈블리: solution.dll
구문
public enum LightCookieFormat
필드
이름 | 설명 |
---|---|
ColorHDR | Use this to select High Dynamic Range format. |
ColorHigh | Use this to select Color format with high precision. |
ColorLow | Use this to select Color format with low precision. |
GrayscaleHigh | Use this to select Grayscale format with high precision. |
GrayscaleLow | Use this to select Grayscale format with low precision. |