Click or drag to resize

ITween<T> Properties

The ITween<T> generic type exposes the following members.

Properties
  NameDescription
Public propertyCurrentProgress
Gets the current progress of the tween.
Public propertyCurrentValue
Gets the current value of the tween.
Public propertyKey
The key that identifies this tween - can be null
(Inherited from ITween.)
Public propertyState
Gets the current state of the tween.
(Inherited from ITween.)
Top
See Also