Enum EAlphaMode
Defined in File Material.h
Enum Documentation
-
enum class csp::systems::EAlphaMode
Defines how the alpha value of a material is interpreted.
The alpha value is taken from the fourth component of the base color for metallic-roughness material model. This enum is to be used in conjunction with materials, which are managed via the AssetSystem.
Values:
-
enumerator Opaque
-
enumerator Mask
-
enumerator Blend
-
enumerator Opaque