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

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

Parameters

tweenThe tween to assign the setter to.
setterThe setter function to set.

Returns

TweenerTThe tween itself to allow for chaining.