Click or drag to resize

TweenT Methods

The TweenT generic type exposes the following members.

Methods
  NameDescription
Public methodContinueWithTNewTween
Set another tween to execute when this tween finishes. Inherits the Key and if using Unity, GameObject, Renderer and ForceUpdate properties.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodPause
Pauses the tween.
Public methodResume
Resumes the paused tween.
Public methodSetup
Initialize a tween.
Public methodStart
Starts a tween. Setup must be called first.
Public methodStop
Stops the tween.
Public methodToString (Inherited from Object.)
Public methodUpdate
Updates the tween.
Top
See Also