Enum MaterialType
Options for the material type.
네임스페이스: UnityEditor.Rendering.Universal.ShaderGraph
어셈블리: solution.dll
구문
public enum MaterialType
필드
이름 | 설명 |
---|---|
Lit | Use this for URP lit. |
SpriteLit | Use this for sprite lit. |
SpriteUnlit | Use this for Sprite unlit. |
Unlit | Use this for URP unlit. |