Click or drag to resize

Polygon2DEraseBone Method

Removes the specified bone from this Polygon2D.

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

Parameters

index
Type: SystemInt32

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

See Also