MCPcopy Create free account
hub / github.com/DanielChappuis/reactphysics3d / ~Body

Method ~Body

src/body/Body.cpp:53–55  ·  view source on GitHub ↗

Destructor

Source from the content-addressed store, hash-verified

51
52// Destructor
53Body::~Body() {
54
55}
56
57// Create a new collider and add it to the body
58/// This method will return a pointer to a new collider. A collider is

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected