Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ clipEnable
Method
clipEnable
src/eepp/scene/node.cpp:1822–1825 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1820
}
1821
1822
Node* Node::clipEnable() {
1823
writeNodeFlag( NODE_FLAG_CLIP_ENABLE, 1 );
1824
return this;
1825
}
1826
1827
Node* Node::clipDisable() {
1828
writeNodeFlag( NODE_FLAG_CLIP_ENABLE, 0 );
Callers
3
clipSmartEnable
Method · 0.45
render
Method · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
2
render
Method · 0.36
main
Function · 0.36