Click or drag to resize

Vector2Tween Methods

The Vector2Tween type exposes the following members.

Methods
  NameDescription
Public methodContinueWith<TNewTween>
Set another tween to execute when this tween finishes. Inherits the Key and if using Unity, GameObject, Renderer and ForceUpdate properties.
(Inherited from Tween<T>.)
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.
(Inherited from Tween<T>.)
Public methodResume
Resumes the paused tween.
(Inherited from Tween<T>.)
Public methodSetup
Initialize a tween.
(Inherited from Tween<T>.)
Public methodStart
Starts a tween. Setup must be called first.
(Inherited from Tween<T>.)
Public methodStop
Stops the tween.
(Inherited from Tween<T>.)
Public methodToString (Inherited from Object.)
Public methodUpdate
Updates the tween.
(Inherited from Tween<T>.)
Top
See Also