Enum MaterialType
Options for the material type.
Namespace: UnityEditor.Rendering.Universal.ShaderGraph
Assembly: Unity.RenderPipelines.Universal.Editor.dll
Syntax
public enum MaterialType
Fields
Name | Description |
---|---|
Lit | Use this for URP lit. |
SpriteLit | Use this for sprite lit. |
SpriteUnlit | Use this for Sprite unlit. |
Unlit | Use this for URP unlit. |