MCPcopy Create free account
hub / github.com/axmolengine/axmol / onEnter

Method onEnter

core/2d/ProtectedNode.cpp:342–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340}
341
342void ProtectedNode::onEnter()
343{
344 Node::onEnter();
345 for (const auto& child : _protectedChildren)
346 child->onEnter();
347}
348
349void ProtectedNode::onEnterTransitionDidFinish()
350{

Callers 1

addProtectedChildMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected