MCPcopy Create free account
hub / github.com/cinder/Cinder / timelineEnd

Method timelineEnd

src/cinder/Tween.cpp:125–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125void TweenBase::Options::timelineEnd( TweenBase &tweenBase, float offset )
126{
127 tweenBase.setStartTime( std::max( mTimeline->getDuration(), mTimeline->getCurrentTime() ) + offset );
128}
129
130} // namespace cinder

Callers 5

selectMethod · 0.80
deselectMethod · 0.80
addCircleMethod · 0.80
layoutWordsMethod · 0.80
setupMethod · 0.80

Calls 4

setStartTimeMethod · 0.80
maxFunction · 0.50
getDurationMethod · 0.45
getCurrentTimeMethod · 0.45

Tested by

no test coverage detected