Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ initScenes
Method
initScenes
core/2d/Transition.cpp:381–385 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
379
}
380
381
void TransitionMoveInL::initScenes()
382
{
383
Vec2 s = _director->getWinSize();
384
_inScene->setPosition(-s.width, 0);
385
}
386
387
//
388
// MoveInR
Callers
1
onEnter
Method · 0.95
Calls
1
setPosition
Method · 0.45
Tested by
no test coverage detected