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

Method ~CubesScene

testbed/scenes/cubes/CubesScene.cpp:49–52  ·  view source on GitHub ↗

Destructor

Source from the content-addressed store, hash-verified

47
48// Destructor
49CubesScene::~CubesScene() {
50
51 destroyPhysicsWorld();
52}
53
54// Create the physics world
55void CubesScene::createPhysicsWorld() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected