A function defined in GMBullet.yy
btCollisionWorld_contactPairTest(collisionWorld, colObjA, colObjB, resultCallback)
Performs a contact pair test between two collision objects in a btCollisionWorld and invokes a result callback.
Name | Type | Description |
---|---|---|
collisionWorld | Pointer |
A pointer to the btCollisionWorld in which the collision pair test is performed. |
colObjA | Pointer |
A pointer to the first collision object in the pair to test for contact. |
colObjB | Pointer |
A pointer to the second collision object in the pair to test for contact. |
resultCallback | Pointer |
A pointer to the result callback to be invoked for each contact found in the pair test. |
Copyright © 2024, BlueBurn. Built on October 13, 2024 using GMDoc.