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