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

Method init

Source/Node/ClipNode.cpp:72–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72bool ClipNode::init() {
73 if (!Node::init()) return false;
74 if (_stencil) {
75 _stencil->setTransformTarget(this);
76 }
77 return true;
78}
79
80void ClipNode::onEnter() {
81 Node::onEnter();

Callers

nothing calls this directly

Calls 2

setTransformTargetMethod · 0.80
initFunction · 0.50

Tested by

no test coverage detected