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