Enum SimpleLitGUI.SpecularSource
Options for specular source.
Namespace: UnityEditor.Rendering.Universal.ShaderGUI
Assembly: Unity.RenderPipelines.Universal.Editor.dll
Syntax
public enum SimpleLitGUI.SpecularSource
Fields
Name | Description |
---|---|
NoSpecular | Use this when not using specular. |
SpecularTextureAndColor | Use this to use specular texture and color. |