Enum GenericMaterialProperty
Represents the generic material properties that can be used for export.
Namespace: TriLibExporter
Assembly: Assembly-CSharp.dll
Syntax
public enum GenericMaterialProperty
Fields
Name | Description |
---|---|
AlphaValue | The alpha value of the material. |
DiffuseColor | The diffuse color of the material. |
DiffuseMap | The diffuse map of the material. |
DisplacementMap | The displacement map of the material. |
EmissionColor | The emission color of the material. |
EmissionMap | The emission map of the material. |
Glossiness | The glossiness property of the material. |
GlossinessMap | The glossiness map of the material. |
Metallic | The metallic property of the material. |
MetallicMap | The metallic map of the material. |
NormalMap | The normal map of the material. |
NormalStrength | The normal strength of the material. |
OcclusionMap | The occlusion map of the material. |
OcclusionStrength | The occlusion strength of the material. |
SpecularColor | The specular color of the material. |
SpecularMap | The specular map of the material. |
TransparencyMap | The transparency map of the material. |
UOffset | The horizontal offset (U offset) for texture mapping. |
Unknown | An unknown or unsupported material property. |
VOffset | The vertical offset (V offset) for texture mapping. |