ITweenT Interface |
Namespace: DigitalRuby.WeatherMaker
The ITweenT type exposes the following members.
Name | Description | |
---|---|---|
CurrentProgress |
Gets the current progress of the tween.
| |
CurrentValue |
Gets the current value of the tween.
| |
Key |
The key that identifies this tween - can be null
(Inherited from ITween.) | |
State |
Gets the current state of the tween.
(Inherited from ITween.) |
Name | Description | |
---|---|---|
Pause |
Pauses the tween.
(Inherited from ITween.) | |
Resume |
Resumes the paused tween.
(Inherited from ITween.) | |
Setup |
Initialize a tween.
| |
Start |
Start the tween.
(Inherited from ITween.) | |
Stop |
Stops the tween.
(Inherited from ITween.) | |
Update |
Updates the tween.
(Inherited from ITween.) |