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

Method isActive

src/body/Body.cpp:409–411  ·  view source on GitHub ↗

Return true if the body is active * @return True if the body currently active and false otherwise */

Source from the content-addressed store, hash-verified

407 * @return True if the body currently active and false otherwise
408 */
409bool Body::isActive() const {
410 return mWorld.mBodyComponents.getIsActive(mEntity);
411}
412
413// Return a pointer to the user data attached to this body
414/**

Callers 3

raycastMethod · 0.80
renderSinglePassMethod · 0.80

Calls 1

getIsActiveMethod · 0.45

Tested by

no test coverage detected