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.