Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
342
void ProtectedNode::onEnter()
343
{
344
Node::onEnter();
345
for (const auto& child : _protectedChildren)
346
child->onEnter();
347
}
348
349
void ProtectedNode::onEnterTransitionDidFinish()
350
{
Callers
1
addProtectedChild
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected