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
Returns
Type | Description |
|---|---|
| PolygonGeometry | The new geometry with the deleted vertex. |