Click or drag to resize

Polygon2DAddBone Method

Adds a bone with the specified path and weights.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void AddBone(
	NodePath path,
	float[] weights
)

Parameters

path
Type: GodotNodePath

[Missing <param name="path"/> documentation for "M:Godot.Polygon2D.AddBone(Godot.NodePath,System.Single[])"]

weights
Type: SystemSingle

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

See Also