|
Impact Interaction System API
|
A wrapper interface for consolidating 3D and 2D collision data. More...
Public Member Functions | |
| T | GetContact (int index) |
| Returns the contact point at the given index. More... | |
Properties | |
| int | ContactCount [get] |
| The number of contacts in the collision. | |
| PhysicsType | PhysicsType [get] |
| Whether the source Collision data was 3D or 2D. | |
A wrapper interface for consolidating 3D and 2D collision data.
| T | : | IImpactContactPoint |
| T Impact.IImpactCollisionWrapper< T >.GetContact | ( | int | index | ) |
Returns the contact point at the given index.
| index | The index of the contact point to get. Make sure this is less than ContactCount. |