PropertyChaining.SetEndValue<T, U>

Extension Method in PropertyChaining

Declaration

public static Tweener<T, U> SetEndValue<T, U>(this Tweener<T, U> tween, U endValue)

Description

Sets the end value of the tween.

Type Parameters

TThe type of object being tweened.
UThe type of parameter being tweened.

Parameters

tweenThe tween to assign the setter to.
endValueThe end value to set.

Returns

TweenerTThe tween itself to allow for chaining.