Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ContactPairHeader

A header struct which contains colliding bodies.
Read time 1 minuteLast updated 2 days ago

Definition

  • Type: Struct
  • Namespace: UnityEngine
  • Assembly: UnityEngine.PhysicsModule
public readonly struct ContactPairHeader

Remarks

This struct contains an array of ContactPairs that can be retrieved with the ContactPairHeader.GetContactPair method.

Properties

Property

Description

bodyThe first Rigidbody or ArticulationBody in the pair.
bodyInstanceIDInstance ID of the first Rigidbody or the ArticualtionBody in the pair.
otherBodyThe second Rigidbody or ArticulationBody in the pair.
otherBodyInstanceIDInstance ID of the second Rigidbody or the ArticualtionBody in the pair.
pairCountNumber of ContactPairs that this header contains.

Methods

Method

Description

GetContactPairGets the ContactPair at index of this pair header.