QuaternionTween Methods |
The QuaternionTween type exposes the following members.
Name | Description | |
---|---|---|
ContinueWithTNewTween |
Set another tween to execute when this tween finishes. Inherits the Key and if using Unity, GameObject, Renderer and ForceUpdate properties.
(Inherited from TweenT.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Pause |
Pauses the tween.
(Inherited from TweenT.) | |
Resume |
Resumes the paused tween.
(Inherited from TweenT.) | |
Setup |
Initialize a tween.
(Inherited from TweenT.) | |
Start |
Starts a tween. Setup must be called first.
(Inherited from TweenT.) | |
Stop |
Stops the tween.
(Inherited from TweenT.) | |
ToString | (Inherited from Object.) | |
Update |
Updates the tween.
(Inherited from TweenT.) |