Click or drag to resize

VisualServerMeshGetBlendShapeMode Method

Returns a mesh's blend shape mode.

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

Parameters

mesh
Type: GodotRID

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

Return Value

Type: VisualServerBlendShapeMode

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

See Also