MCPcopy 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
1822Node* Node::clipEnable() {
1823 writeNodeFlag( NODE_FLAG_CLIP_ENABLE, 1 );
1824 return this;
1825}
1826
1827Node* Node::clipDisable() {
1828 writeNodeFlag( NODE_FLAG_CLIP_ENABLE, 0 );

Callers 3

clipSmartEnableMethod · 0.45
renderMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 2

renderMethod · 0.36
mainFunction · 0.36