ColorTransparencyMode Enum

Definition

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

Additive 2

The material uses additive blending.

AlphaBlend 1

The material is semi-transparent through alpha-blending, using the combined albedo's alpha for opacity.

Opaque 0

The material is opaque, but still allows for hard cutouts when the flag AlphaClipped is specified.

Applies to

See also