ColorTransparencyMode 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.
Defines whether the ColorMaterial is transparent and how it blends with the background.
public enum class ColorTransparencyMode
public enum ColorTransparencyMode
type ColorTransparencyMode =
Public Enum ColorTransparencyMode
- Inheritance
-
ColorTransparencyMode
Fields
Name | Value | Description |
---|---|---|
Opaque | 0 | The material is opaque, but still allows for hard cutouts when the flag AlphaClipped is specified. |
AlphaBlend | 1 | The material is semi-transparent through alpha-blending, using the combined albedo's alpha for opacity. |
Additive | 2 | The material uses additive blending. |