Click or drag to resize

ConvexPolygonShape2DSetPointCloud Method

Based on the set of points provided, this creates and assigns the Points property using the convex hull algorithm. Removing all unneeded points. See ConvexHull2d(Vector2) for details.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetPointCloud(
	Vector2[] pointCloud
)

Parameters

pointCloud
Type: GodotVector2

[Missing <param name="pointCloud"/> documentation for "M:Godot.ConvexPolygonShape2D.SetPointCloud(Godot.Vector2[])"]

See Also