Click or drag to resize

ConcavePolygonShape2DSegments Property

The array of points that make up the ConcavePolygonShape2D's line segments.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Vector2[] Segments { get; set; }

Property Value

Type: Vector2
See Also