TweenT Class |
Namespace: DigitalRuby.WeatherMaker
The TweenT type exposes the following members.
Name | Description | |
---|---|---|
CurrentProgress |
Gets the current progress of the tween (0 - 1).
| |
CurrentTime |
Gets the current time of the tween.
| |
CurrentValue |
Gets the current value of the tween.
| |
Delay |
Delay before starting the tween
| |
Duration |
Gets the duration of the tween.
| |
EndValue |
Gets the ending value of the tween.
| |
ForceUpdate |
Whether to force update even if renderer is null or not visible or deactivated, default is false
| |
GameObject |
The game object - null if none
| |
Key |
The key that identifies this tween - can be null
| |
Renderer |
The renderer - null if none
| |
StartValue |
Gets the starting value of the tween.
| |
State |
Gets the current state of the tween.
|
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.
|