Method b3Contact_GetData
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3Contact_GetData(b3ContactId)
Get the manifolds for a contact. The manifold may have no points if the contact is not touching.
public static extern b3ContactData b3Contact_GetData(b3ContactId contactId)Parameters
contactIdb3ContactId-
See the Box3D documentation.
Returns
- b3ContactData
-
See the Box3D documentation.