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

Method unApply

Source/Node/Model.cpp:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31void Look::unApply() {
32 for (Node* node : _nodes) {
33 node->setVisible(true);
34 }
35}
36
37Model::Model(ModelDef* def)
38 : _isRecovering(false)

Callers 1

setLookMethod · 0.80

Calls 1

setVisibleMethod · 0.45

Tested by

no test coverage detected