Click or drag to resize

Vector4Tween Properties

The Vector4Tween type exposes the following members.

Properties
  NameDescription
Public propertyCurrentProgress
Gets the current progress of the tween (0 - 1).
(Inherited from TweenT.)
Public propertyCurrentTime
Gets the current time of the tween.
(Inherited from TweenT.)
Public propertyCurrentValue
Gets the current value of the tween.
(Inherited from TweenT.)
Public propertyDelay
Delay before starting the tween
(Inherited from TweenT.)
Public propertyDuration
Gets the duration of the tween.
(Inherited from TweenT.)
Public propertyEndValue
Gets the ending value of the tween.
(Inherited from TweenT.)
Public propertyForceUpdate
Whether to force update even if renderer is null or not visible or deactivated, default is false
(Inherited from TweenT.)
Public propertyGameObject
The game object - null if none
(Inherited from TweenT.)
Public propertyKey
The key that identifies this tween - can be null
(Inherited from TweenT.)
Public propertyRenderer
The renderer - null if none
(Inherited from TweenT.)
Public propertyStartValue
Gets the starting value of the tween.
(Inherited from TweenT.)
Public propertyState
Gets the current state of the tween.
(Inherited from TweenT.)
Top
See Also