Enum ShaderPathID
Options to get a shader path to URP shaders when calling ShaderUtils.GetShaderGUID(); ShaderUtils.
네임스페이스: UnityEngine.Rendering.Universal
어셈블리: solution.dll
구문
public enum ShaderPathID
필드
| 이름 | 설명 |
|---|---|
| BakedLit | Use this for URP Baked Lit shader. |
| Lit | Use this for URP Lit shader. |
| ParticlesLit | Use this for URP Particles Lit shader. |
| ParticlesSimpleLit | Use this for URP Particles Simple Lit shader. |
| ParticlesUnlit | Use this for URP Particles Simple Unlit shader. |
| SimpleLit | Use this for URP Simple Lit shader. |
| SpeedTree7 | Use this for URP SpeedTree 7 shader. |
| SpeedTree7Billboard | Use this for URP SpeedTree 7 Billboard shader. |
| SpeedTree8 | Use this for URP SpeedTree 8 shader. |
| TerrainLit | Use this for URP Terrain Lit shader. |
| Unlit | Use this for URP Unlit shader. |