TweenObject

A live tween's start/current/dest values and progress state, as returned by CreateTweenObject() and consumed by HandleTween()/ChangeTweenDest()/ GetTweenObjectPercentState() - and, wrapped one per managed tween, by BGE.TweenManager.

Properties

  • start (roAssociativeArray)
  • current (roAssociativeArray)
  • dest (roAssociativeArray)
  • duration (integer)
  • timer (BGE.GameTimer)
  • tween (Easing)