Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ getDuration
Method
getDuration
Source/Animation/Action.cpp:126–128 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
124
}
125
126
float PropertyAction::getDuration() const {
127
return _duration;
128
}
129
130
bool PropertyAction::update(Node* target, float elapsed) {
131
if (_ended && elapsed > _duration) return true;
Callers
3
alloc
Method · 0.45
update
Method · 0.45
updateProgress
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected