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

Method getChildNode

include/reactphysics3d/utils/Profiler.h:463–465  ·  view source on GitHub ↗

Return a pointer to a child node

Source from the content-addressed store, hash-verified

461
462// Return a pointer to a child node
463RP3D_FORCE_INLINE ProfileNode* ProfileNode::getChildNode() {
464 return mChildNode;
465}
466
467// Return the name of the node
468RP3D_FORCE_INLINE const char* ProfileNode::getName() {

Callers 4

ProfileNodeIteratorMethod · 0.80
enterChildMethod · 0.80
enterParentMethod · 0.80
firstMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected