Click or drag to resize

ConvexPolygonShapePoints Property

The list of 3D points forming the convex polygon shape.

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

Property Value

Type: Vector3
See Also