btCollisionWorld_getBroadphase

A function defined in GMBullet.yy

btCollisionWorld_getBroadphase(collisionWorld)

Description

Retrieves the broadphase interface associated with a given btCollisionWorld instance.

Arguments

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.

Returns

Pointer A pointer to the btBroadphaseInterface instance associated with the specified collisionWorld.


Copyright © 2024, BlueBurn. Built on October 13, 2024 using GMDoc.