Enum MaterialGenerator.MaterialType
Type of material
Namespace: GLTFast.Materials
Syntax
protected enum MaterialType
Fields
| Name | Description | Value |
|---|---|---|
| MetallicRoughness | Metallic-Roughness material |
0 |
| SpecularGlossiness | Specular-Glossiness material |
1 |
| Unlit | Unlit material |
2 |