MaterialType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Supported material types.
public enum class MaterialType
public enum MaterialType
type MaterialType =
Public Enum MaterialType
- Inheritance
-
MaterialType
Fields
Name | Value | Description |
---|---|---|
Pbr | 0 | Physically-Based Rendering (PBR) |
Color | 1 | A fixed color material, optionally multiplied with a texture. |