Click or drag to resize

ConcavePolygonShape2DSetSegments Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.ConcavePolygonShape2D.SetSegments(Godot.Vector2[])"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetSegments is deprecated. Use the Segments property instead.")]
public void SetSegments(
	Vector2[] segments
)

Parameters

segments
Type: GodotVector2

[Missing <param name="segments"/> documentation for "M:Godot.ConcavePolygonShape2D.SetSegments(Godot.Vector2[])"]

See Also