Click or drag to resize

QuaternionTween Methods

The QuaternionTween 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.
(Inherited from TweenT.)
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 TweenT.)
Public methodResume
Resumes the paused tween.
(Inherited from TweenT.)
Public methodSetup
Initialize a tween.
(Inherited from TweenT.)
Public methodStart
Starts a tween. Setup must be called first.
(Inherited from TweenT.)
Public methodStop
Stops the tween.
(Inherited from TweenT.)
Public methodToString (Inherited from Object.)
Public methodUpdate
Updates the tween.
(Inherited from TweenT.)
Top
See Also