Version: 2022.1
언어: 한국어
public ContactPoint GetContact (int index);

파라미터

index The index of the contact to retrieve.

반환

ContactPoint The contact at the specified index.

설명

Gets the contact point at the specified index.

You can retrieve individual contacts for this collision by index. You can use contactCount to determine how many contacts are available.

See Also: contactCount and GetContacts.