MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / cleanup

Method cleanup

Source/Node/Model.cpp:317–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315}
316
317void Model::cleanup() {
318 if (_flags.isOff(Node::Cleanup)) {
319 Node::cleanup();
320 for (const auto& animationGroup : _animationGroups) {
321 animationGroup->animationEnd.Clear();
322 }
323 }
324}
325
326Model* Model::dummy() {
327 return Model::create(ModelDef::create());

Callers

nothing calls this directly

Calls 3

cleanupFunction · 0.85
isOffMethod · 0.80
ClearMethod · 0.45

Tested by

no test coverage detected