PropertyChaining.SetSetter<T, U>
Extension Method in PropertyChaining
Declaration
public static Tweener<T, U> SetSetter<T, U>(this Tweener<T, U> tween, TweenSetter<T, U> setter)
Description
Sets the setter function 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. |
setter | The setter function to set. |
Returns
TweenerT | The tween itself to allow for chaining. |