Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
344
bool Node::isPassColor3() const noexcept {
345
return _flags.isOn(Node::PassColor3);
346
}
347
348
void Node::setTransformTarget(Node* var) {
349
SetTAttr(transformTarget, var);
Callers
2
updateRealColor3
Method · 0.80
node_is_pass_color3
Function · 0.80
Calls
1
isOn
Method · 0.80
Tested by
no test coverage detected