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
| T | The type of object being tweened. |
| U | The type of parameter being tweened. |
Parameters
| tween | The tween to assign the setter to. |
| endValue | The end value to set. |
Returns
| TweenerT | The tween itself to allow for chaining. |