Version: 2020.2
public ContactPoint GetContact (int index);

参数

index 要检索的接触点的索引。

返回

ContactPoint 位于指定 index 处的接触点。

描述

获取位于指定 index 处的接触点。

可以通过 index 检索此碰撞的各个接触点。可以使用 contactCount 确定可用的接触点数。

另请参阅:contactCountGetContacts