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

Method ClipNode

Source/Node/ClipNode.cpp:24–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22int ClipNode::_layer = -1;
23
24ClipNode::ClipNode(Node* stencil)
25 : _alphaThreshold(1.0f)
26 , _stencil(stencil) {
27 if (stencil && !stencil->getParent()) {
28 stencil->setAsManaged();
29 }
30}
31
32ClipNode::~ClipNode() { }
33

Callers 1

DoraX.tsFile · 0.45

Calls 2

setAsManagedMethod · 0.80
getParentMethod · 0.45

Tested by

no test coverage detected