Click or drag to resize

ArrayMeshSetBlendShapeMode Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.ArrayMesh.SetBlendShapeMode(Godot.Mesh.BlendShapeMode)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetBlendShapeMode is deprecated. Use the BlendShapeMode property instead.")]
public void SetBlendShapeMode(
	MeshBlendShapeMode mode
)

Parameters

mode
Type: GodotMeshBlendShapeMode

[Missing <param name="mode"/> documentation for "M:Godot.ArrayMesh.SetBlendShapeMode(Godot.Mesh.BlendShapeMode)"]

See Also