Click or drag to resize

SpatialMaterialParamsBlendMode Property

The material's blend mode.

Note: Values other than Mix force the object into the transparent pipeline. See SpatialMaterialBlendMode.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public SpatialMaterialBlendMode ParamsBlendMode { get; set; }

Property Value

Type: SpatialMaterialBlendMode
See Also