MCPcopy 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
370ActionInterval* TransitionMoveInL::action()
371{
372 return MoveTo::create(_duration, Vec2(0.0f, 0.0f));
373}
374
375ActionInterval* TransitionMoveInL::easeActionWithAction(ActionInterval* action)
376{

Callers 3

onEnterMethod · 0.95

Calls 2

createFunction · 0.85
Vec2Class · 0.70

Tested by

no test coverage detected