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

Method setIsDebugEnabled

src/body/Body.cpp:506–508  ·  view source on GitHub ↗

Set whether to compute debug information on this body * @param enabled Set to true if this body should have it's debug information computed */

Source from the content-addressed store, hash-verified

504 * @param enabled Set to true if this body should have it's debug information computed
505 */
506void Body::setIsDebugEnabled(bool enabled) {
507 mIsDebugEnabled = enabled;
508}
509
510// Returns true if this collision body is computing debug information
511/**

Callers 8

ConcaveMeshMethod · 0.80
DumbbellMethod · 0.80
ConvexMeshMethod · 0.80
BoxMethod · 0.80
CapsuleMethod · 0.80
HeightFieldMethod · 0.80
SphereMethod · 0.80
ConvexHullMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected