Click or drag to resize

VisualServerMeshGetBlendShapeCount Method

Returns a mesh's blend shape count.

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

Parameters

mesh
Type: GodotRID

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

Return Value

Type: Int32

[Missing <returns> documentation for "M:Godot.VisualServer.MeshGetBlendShapeCount(Godot.RID)"]

See Also