MCPcopy Create free account
hub / github.com/defold/defold / TearDown

Method TearDown

engine/rig/src/test/test_rig.cpp:995–1003  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

993 }
994
995 void TearDown() override {
996 if (dmRig::RESULT_OK != dmRig::InstanceDestroy(RigContextCursorTest<T>::m_Context, m_Instance)) {
997 dmLogError("Could not delete rig instance!");
998 }
999
1000 DeleteRigData(m_MeshSet, m_Skeleton, m_AnimationSet);
1001
1002 RigContextCursorTest<T>::TearDown();
1003 }
1004};
1005
1006class RigInstanceCursorBackwardTest : public RigInstanceCursorTest<dmRig::RigPlayback>

Callers

nothing calls this directly

Calls 2

DeleteRigDataFunction · 0.85
InstanceDestroyFunction · 0.50

Tested by

no test coverage detected