Click or drag to resize

Polygon2DSetBoneWeights Method

Sets the weight values for the specified bone.

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

Parameters

index
Type: SystemInt32

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

weights
Type: SystemSingle

[Missing <param name="weights"/> documentation for "M:Godot.Polygon2D.SetBoneWeights(System.Int32,System.Single[])"]

See Also