Click or drag to resize

VisualServerMeshSetBlendShapeCount Method

Sets a mesh's blend shape count.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void MeshSetBlendShapeCount(
	RID mesh,
	int amount
)

Parameters

mesh
Type: GodotRID

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

amount
Type: SystemInt32

[Missing <param name="amount"/> documentation for "M:Godot.VisualServer.MeshSetBlendShapeCount(Godot.RID,System.Int32)"]

See Also