Version: 2023.1

ContactPairHeader

struct in UnityEngine

切换到手册

描述

A header struct which contains colliding bodies.

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

变量

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.

公共函数

GetContactPairGets the ContactPair at index of this pair header.