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

Method startWithTarget

core/2d/ActionInterval.cpp:142–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142void ActionInterval::startWithTarget(Node* target)
143{
144 FiniteTimeAction::startWithTarget(target);
145 _elapsed = 0.0f;
146 _firstTick = true;
147 _done = false;
148}
149
150//
151// Sequence

Callers 2

updateMethod · 0.45
stepMethod · 0.45

Calls 15

getRotation3DMethod · 0.80
getRotationSkewXMethod · 0.80
getRotationSkewYMethod · 0.80
getScaleZMethod · 0.80
getSpriteFrameMethod · 0.80
getDurationMethod · 0.45
getPosition3DMethod · 0.45
getSkewXMethod · 0.45
getSkewYMethod · 0.45
getContentSizeMethod · 0.45
getPositionMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected