Click or drag to resize

TweenT Properties

The TweenT generic type exposes the following members.

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