Click or drag to resize

VisualServerMeshSetBlendShapeMode Method

Sets a mesh's blend shape mode.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void MeshSetBlendShapeMode(
	RID mesh,
	VisualServerBlendShapeMode mode
)

Parameters

mesh
Type: GodotRID

[Missing <param name="mesh"/> documentation for "M:Godot.VisualServer.MeshSetBlendShapeMode(Godot.RID,Godot.VisualServer.BlendShapeMode)"]

mode
Type: GodotVisualServerBlendShapeMode

[Missing <param name="mode"/> documentation for "M:Godot.VisualServer.MeshSetBlendShapeMode(Godot.RID,Godot.VisualServer.BlendShapeMode)"]

See Also