ITween Interface |
Namespace: DigitalRuby.WeatherMaker
The ITween type exposes the following members.
Name | Description | |
---|---|---|
Key |
The key that identifies this tween - can be null
| |
State |
Gets the current state of the tween.
|
Name | Description | |
---|---|---|
Pause |
Pauses the tween.
| |
Resume |
Resumes the paused tween.
| |
Start |
Start the tween.
| |
Stop |
Stops the tween.
| |
Update |
Updates the tween.
|