Enum MaterialTextureType
Definition
- Assembly:
- Tizen.NUI.Scene3D.dll
MaterialTextureType is enum for Material's Texture type
public enum MaterialTextureType
Fields
| Name | Description |
|---|---|
| BaseColor | Base Color Texture Property. |
| Emissive | Emissive Texture Property. |
| MetallicRoughness | Metallic Roughness Texture Property. |
| Normal | Normal Texture Property. |
| Occlusion | Occlusion Texture Property. |
| Specular | Specular Texture Property. |
| SpecularColor | Specular Color Texture Property. |