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

Method isPassColor3

Source/Node/Node.cpp:344–346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342}
343
344bool Node::isPassColor3() const noexcept {
345 return _flags.isOn(Node::PassColor3);
346}
347
348void Node::setTransformTarget(Node* var) {
349 SetTAttr(transformTarget, var);

Callers 2

updateRealColor3Method · 0.80
node_is_pass_color3Function · 0.80

Calls 1

isOnMethod · 0.80

Tested by

no test coverage detected