PropertyChaining.SetEase<T>
Extension Method in PropertyChaining
Declaration
public static T SetEase<T>(this T tween, Ease ease)
where T : TweenDescription
Sets the ease of the tween to the given value.
Type Parameters
| T | The type of the tween. |
Parameters
| tween | The tween to assign the ease to. |
| ease | The ease to set. |
Returns
| T | The tween itself to allow for chaining. |