TweenT Methods |
The TweenT generic 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.
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Pause |
Pauses the tween.
| |
| Resume |
Resumes the paused tween.
| |
| Setup |
Initialize a tween.
| |
| Start |
Starts a tween. Setup must be called first.
| |
| Stop |
Stops the tween.
| |
| ToString | (Inherited from Object.) | |
| Update |
Updates the tween.
|