Click or drag to resize

Polygon2DGetBoneWeights Method

Returns the height values of the specified bone.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public float[] GetBoneWeights(
	int index
)

Parameters

index
Type: SystemInt32

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

Return Value

Type: Single

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

See Also