Version: 2022.3
言語: 日本語

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.

Public 関数

GetContactPairGets the ContactPair at index of this pair header.