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