Enum Light2D.NormalMapQuality
The accuracy of how the normal map calculation.
네임스페이스: UnityEngine.Rendering.Universal
어셈블리: solution.dll
구문
public enum Light2D.NormalMapQuality
필드
| 이름 | 설명 |
|---|---|
| Accurate | Accurate calculation useful for better output on bigger shapes on screen. |
| Disabled | Normal map not used. |
| Fast | Faster calculation with less accuracy suited for small shapes on screen. |