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