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

Method onExitTransitionDidStart

core/2d/ProtectedNode.cpp:356–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

354}
355
356void ProtectedNode::onExitTransitionDidStart()
357{
358 Node::onExitTransitionDidStart();
359 for (const auto& child : _protectedChildren)
360 child->onExitTransitionDidStart();
361}
362
363void ProtectedNode::onExit()
364{

Calls

no outgoing calls

Tested by

no test coverage detected