enum PanelShapeLayerBlendType : Enum<PanelShapeLayerBlendType>
| Member | Description |
|---|---|
OPAQUE |
Opaque, writes color and depth for every pixel
|
MASKED |
Uses alpha to coverage to ignore pixels with low alpha. For pixels that pass the alpha test, they write both color and depth.
|
ALPHA_BLEND |
Applies alpha blending to the layer. This pass does not write depth, and can run into blending artifacts if multiple alpha layers are used, as well as transparent geometry objects.
|