Public Member Functions

  • startFn (const TweenBase::StartFn &startFn)
  • reverseStartFn (const TweenBase::StartFn &reverseStartFn)
  • updateFn (const TweenBase::UpdateFn &updateFn)
  • finishFn (const TweenBase::FinishFn &finishFn)
  • reverseFinishFn (const TweenBase::FinishFn &reverseFinishFn)
  • easeFn (const EaseFn &easeFunc)
  • delay (float delayAmt)
  • startTime (float time)
  • autoRemove (bool remove=true)
  • loop (bool doLoop=true)
  • pingPong (bool doPingPong=true)
  • infinite (bool doInfinite=true)
  • timelineEnd (float offset=0)
  • appendTo (Anim< Y > *endTarget, float offset=0)
  • appendTo (void *endTarget, float offset=0)
  • lerpFn (const typename Tween< T >::LerpFn &lerpFn)
  • operator TweenRef< T > ()

Protected Member Functions

  • Options (TweenRef< T > tweenRef, TimelineRef timeline)
  • void
    appendTo (TweenBase &tweenBase, void *target, float offset)
  • void
    timelineEnd (TweenBase &tweenBase, float offset)

Protected Attributes


Friends