Enum GenericMaterialProperty
Represents Generic (common) Material Properties.
Namespace: TriLibCore.General
Assembly: TriLibCore.dll
Syntax
public enum GenericMaterialProperty
Fields
| Name | Description |
|---|---|
| AlphaValue | The alpha (opacity) value property. |
| DiffuseColor | The diffuse Color Property. |
| DiffuseMap | The diffuse Texture Property. |
| DisplacementMap | The Displacement Texture Property. |
| DisplacementStrength | The Displacement Strength Property. |
| EmissionColor | The Emission Color Property. |
| EmissionMap | The Emission Texture Property. |
| GlossinessOrRoughness | The Glossiness/Roughness Property. |
| GlossinessOrRoughnessMap | The Glossiness/Roughness Texture Property. |
| Metallic | The Metallic Property. |
| MetallicMap | The Metallic Texture Property. |
| NormalMap | The normal texture property. |
| NormalStrength | The Normal Strength Property. |
| OcclusionMap | The Occlusion Texture Property. |
| OcclusionStrength | The Occlusion Strength Property. |
| SpecularColor | The Specular Color Property. |
| SpecularMap | The Specular Texture Property. |
| TransparencyMap | The Transparency Texture Property. |
| UOffset | The UV U channel offset Property. |
| Unknown | Unknown Property type. |
| VOffset | The UV V channel offset Property. |