Don't instantiate this manually.
Internal
_finishedInternal
actionOptional
Internal
currentInternal
historyOptional
Internal
originallyIndicates whether the execution of the running tween is paused.
If set to true
, the tween will not progress until it is resumed.
Optional
Internal
repeatInternal
repetitionsOptional
Internal
reversedInternal
rootInternal
targetThe time scale factor for the running tween.
It determines the speed at which the tween progresses.
A value of 1
represents normal speed, while 0.5
would be half-speed, and 2
would be double-speed.
Internal
tweenIndicates whether the running tween has finished executing.
This class represents a running tween for a specific target object. It manages the execution of actions and tweens associated with the tween. Don't instantiate this manually.