Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ action
Method
action
core/2d/Transition.cpp:370–373 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
368
}
369
370
ActionInterval* TransitionMoveInL::action()
371
{
372
return MoveTo::create(_duration, Vec2(0.0f, 0.0f));
373
}
374
375
ActionInterval* TransitionMoveInL::easeActionWithAction(ActionInterval* action)
376
{
Callers
3
onEnter
Method · 0.95
createActionWithDataBuffer
Method · 0.80
createActionWithFlatBuffersForSimulator
Method · 0.80
Calls
2
create
Function · 0.85
Vec2
Class · 0.70
Tested by
no test coverage detected