GltfAlphaMode 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.
The alpha rendering mode of the material. https://github.com/KhronosGroup/glTF/blob/master/specification/2.0/schema/material.schema.json
public enum class GltfAlphaMode
public enum GltfAlphaMode
type GltfAlphaMode =
Public Enum GltfAlphaMode
- Inheritance
-
GltfAlphaMode
Fields
| BLEND | 2 | |
| MASK | 1 | |
| OPAQUE | 0 |