MCPcopy Create free account
hub / github.com/DanielChappuis/reactphysics3d / isDebugEnabled

Method isDebugEnabled

src/body/Body.cpp:514–516  ·  view source on GitHub ↗

Returns true if this collision body is computing debug information * @return Returns true if this body is computing debug information */

Source from the content-addressed store, hash-verified

512 * @return Returns true if this body is computing debug information
513 */
514bool Body::isDebugEnabled() const {
515 return mIsDebugEnabled;
516}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected