Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
142
void 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
update
Method · 0.45
step
Method · 0.45
Calls
15
getRotation3D
Method · 0.80
getRotationSkewX
Method · 0.80
getRotationSkewY
Method · 0.80
getScaleZ
Method · 0.80
getSpriteFrame
Method · 0.80
getDuration
Method · 0.45
getPosition3D
Method · 0.45
getSkewX
Method · 0.45
getSkewY
Method · 0.45
getContentSize
Method · 0.45
getPosition
Method · 0.45
set
Method · 0.45
Tested by
no test coverage detected