Enum SimpleLitGUI.SmoothnessMapChannel
Options to select the texture channel where the smoothness value is stored.
Namespace: UnityEditor.Rendering.Universal.ShaderGUI
Syntax
public enum SmoothnessMapChannel
Fields
Name | Description | Value |
---|---|---|
SpecularAlpha | Use this when smoothness is stored in the alpha channel of the Specular Map. |
0 |
AlbedoAlpha | Use this when smoothness is stored in the alpha channel of the Albedo Map. |
1 |