A function defined in GMBullet.yy
btCollisionWorld_getPairCache(collisionWorld)
Retrieves the pair cache associated with a given btCollisionWorld instance.
Name | Type | Description |
---|---|---|
collisionWorld | Pointer |
A pointer to the btCollisionWorld instance for which the pair cache will be retrieved. It should be a valid pointer to an existing btCollisionWorld instance. |
Pointer
A pointer to the pair cache (e.g., btHashedOverlappingPairCache) associated with the specified collisionWorld.
Copyright © 2024, BlueBurn. Built on October 13, 2024 using GMDoc.