Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetContact(int)

Gets the contact point at the specified index.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.Physics2DModule
public ContactPoint2D GetContact(int index)

Parameters

index

The index of the contact to retrieve.

Returns

Type

Description

ContactPoint2DThe contact at the specified index.

Remarks

You can retrieve individual contacts for this collision by index. You can use Collision2D.contactCount to determine how many contacts are available.