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