PropertyTweener is used to interpolate a property in an object. See Tween.tween_property for more usage information.
When called, the final value will be used as a relative value instead.
Example:
Sets a custom initial value to the PropertyTweener.
Example:
Makes the PropertyTweener use the current property value (i.e. at the time of creating this PropertyTweener) as a starting point. This is equivalent of using from with the current value. These two calls will do the same:
Sets the time in seconds after which the PropertyTweener will start interpolating. By default there's no delay.
Sets the type of used easing from EaseType. If not set, the default easing is used from the Tween that contains this Tweener.
Sets the type of used transition from TransitionType. If not set, the default transition is used from the Tween that contains this Tweener.