Click or drag to resize

Polygon2DGetBonePath Method

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

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

Parameters

index
Type: SystemInt32

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

Return Value

Type: NodePath

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

See Also