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

Method onExit

core/2d/ProtectedNode.cpp:363–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

361}
362
363void ProtectedNode::onExit()
364{
365 Node::onExit();
366 for (const auto& child : _protectedChildren)
367 child->onExit();
368}
369
370void ProtectedNode::updateDisplayedOpacity(uint8_t parentOpacity)
371{

Calls

no outgoing calls

Tested by

no test coverage detected