Click or drag to resize

ArrayMeshGetBlendShapeName Method

Returns the name of the blend shape at this index.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public string GetBlendShapeName(
	int index
)

Parameters

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:Godot.ArrayMesh.GetBlendShapeName(System.Int32)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Godot.ArrayMesh.GetBlendShapeName(System.Int32)"]

See Also