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

Method isComplete

src/cinder/Tween.cpp:91–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91bool AnimBase::isComplete() const
92{
93 if( ! mParentTimeline )
94 return true;
95 else {
96 TimelineItemRef lastTween = mParentTimeline->findLastEnd( mVoidPtr );
97 if( lastTween )
98 return lastTween->isComplete();
99 else
100 return true;
101 }
102}
103
104void AnimBase::stop()
105{

Callers 3

updateMethod · 0.45
updateMethod · 0.45
stepToMethod · 0.45

Calls 1

findLastEndMethod · 0.80

Tested by

no test coverage detected