TweenT Properties |
The TweenT generic 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.
|