Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetContactPair(int)

Gets the ContactPair at index of this pair header.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.PhysicsModule
public ref readonly ContactPair GetContactPair(int index)

Parameters

index

The ContactPair index.

Returns

Type

Description

ContactPairA reference or a copy of the ContactPair struct at
index
.

Remarks

Can be used with the /ref readonly/ keyword to avoid copying the whole struct.