Click or drag to resize

SpatialMaterialSetBlendMode Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.SpatialMaterial.SetBlendMode(Godot.SpatialMaterial.BlendMode)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetBlendMode is deprecated. Use the ParamsBlendMode property instead.")]
public void SetBlendMode(
	SpatialMaterialBlendMode blendMode
)

Parameters

blendMode
Type: GodotSpatialMaterialBlendMode

[Missing <param name="blendMode"/> documentation for "M:Godot.SpatialMaterial.SetBlendMode(Godot.SpatialMaterial.BlendMode)"]

See Also