btCollisionWorld_getDebugDrawer

A function defined in GMBullet.yy

btCollisionWorld_getDebugDrawer(collisionWorld)

Description

Retrieves the debug drawer associated with a given btCollisionWorld instance. The debug drawer is used to visualize the collision shapes and contacts in the world for debugging and visualization purposes.

Arguments

Name Type Description
collisionWorld Pointer A pointer to a btCollisionWorld instance (btCollisionWorld).

Returns

Pointer A pointer to the debug drawer instance (btIDebugDraw) associated with the specified collisionWorld.


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