Enum MaterialShadingSetup
Represents a Material Shading Setup. Used by Material Mappers to select the most suitable Unity Material template.
Namespace: TriLibCore.General
Assembly: TriLibCore.dll
Syntax
[Flags]
public enum MaterialShadingSetup
Fields
| Name | Description |
|---|---|
| MetallicRoughness | |
| MetallicSmoothness | |
| PhongLambert | |
| SpecGlossiness | |
| SpecRoughness |