Version: 2022.2
언어: 한국어

ContactPair.GetContactPointFaceIndex

매뉴얼로 전환
public uint GetContactPointFaceIndex (int contactIndex);

파라미터

contactIndex The ContactPairPoint index.

반환

uint Index of a face this contact point belongs to.

설명

Get the index of a face that a particular contact point belongs to in this ContactPairPoint.

Only valid if one of the colliders in this pair is a non-convex MeshCollider. In this case, that collider will always be the second shape of the pair. A value of 0xffffFFFF indicates an error, which could be none of the Colliders were non-convex MeshColliders, or that the contact point index was out of bounds. Use this with Mesh.triangles.