Constructor
new ContactResult(other, contacts)
Create a new ContactResult
Parameters:
Name | Type | Description |
---|---|---|
other |
pc.Entity | The entity that was involved in the contact with this entity |
contacts |
Array.<pc.ContactPoint> | An array of ContactPoints with the other entity |
Properties:
Name | Type | Description |
---|---|---|
other |
pc.Entity | The entity that was involved in the contact with this entity |
contacts |
Array.<pc.ContactPoint> | An array of ContactPoints with the other entity |