Click or drag to resize

Polygon2DSetBonePath Method

Sets the path to the node associated with the specified bone.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetBonePath(
	int index,
	NodePath path
)

Parameters

index
Type: SystemInt32

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

path
Type: GodotNodePath

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

See Also