#include <Tween.h>
Inherited by cinder::Tween< T >::Options.
Protected Member Functions | |
Options (TimelineRef timeline) | |
void | appendTo (TweenBase &tweenBase, void *target, float offset) |
void | timelineEnd (TweenBase &tweenBase, float offset) |
Protected Attributes | |
TimelineRef | mTimeline |
cinder::TweenBase::Options::Options | ( | TimelineRef | timeline | ) | [protected] |
void cinder::TweenBase::Options::appendTo | ( | TweenBase & | tweenBase, |
void * | target, | ||
float | offset | ||
) | [protected] |
void cinder::TweenBase::Options::timelineEnd | ( | TweenBase & | tweenBase, |
float | offset | ||
) | [protected] |
TimelineRef cinder::TweenBase::Options::mTimeline [protected] |