Enum SpatialMaterial.BlendMode

enum BlendMode : int { ... }

Enum members

NameDescription
blendModeAdd The color of the object is added to the background.
blendModeMix Default blend mode. The color of the object is blended over the background based on the object's alpha value.
blendModeMul The color of the object is multiplied by the background.
blendModeSub The color of the object is subtracted from the background.