Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


DeleteVertex(PolygonGeometry, int)

Delete a vertex from the geometry returning a new geometry with updated normals and centroid.
Read time 1 minuteLast updated 12 days ago

Definition

  • Type: Method
  • Namespace: Unity.U2D.Physics
  • Assembly: UnityEngine.PhysicsCore2DModule
public static PolygonGeometry DeleteVertex(PolygonGeometry geometry, int index)

Parameters

The geometry to adjust.

index

The vertex index to delete.

Returns

Type

Description

PolygonGeometryThe new geometry with the deleted vertex.