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

Method apply

Source/Node/Model.cpp:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25void Look::apply() {
26 for (Node* node : _nodes) {
27 node->setVisible(false);
28 }
29}
30
31void Look::unApply() {
32 for (Node* node : _nodes) {

Callers

nothing calls this directly

Calls 1

setVisibleMethod · 0.45

Tested by

no test coverage detected