Click or drag to resize

ITweenT Methods

The ITweenT generic type exposes the following members.

Methods
  NameDescription
Public methodPause
Pauses the tween.
(Inherited from ITween.)
Public methodResume
Resumes the paused tween.
(Inherited from ITween.)
Public methodSetup
Initialize a tween.
Public methodStart
Start the tween.
(Inherited from ITween.)
Public methodStop
Stops the tween.
(Inherited from ITween.)
Public methodUpdate
Updates the tween.
(Inherited from ITween.)
Top
See Also